#834135

Color #834135 Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #834135

Tints of Red Robin #834135

Color information

#834135 (or 0x834135) is unknown color: approx Red Robin. HEX triplet: 83, 41 and 35. RGB value is (131,65,53). Sum of RGB (Red+Green+Blue) = 131+65+53=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #834135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834135 is #7CBECA. Grayscale: #535353. Windows color (decimal): -8175307 or 3490179. OLE color: 3490179.

HSL color Cylindrical-coordinate representation of color #834135: hue angle of 9.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834135 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1316553-
CMYK00.500.600.49
HSL9.23º42.39%36.08%-
HSV(B)9.23º59.54%51.37%-
XYZ11.898.864.45-
YUV83.37110.87161.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=52.61%
G=26.10%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131655300.500.600.499.2342.3936.08
Hex8341350323C3192a24
Octal203101650627461115244
Binary10000011100000111010101100101111001100011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834135; }

 p { color: rgb(131,65,53); }

 H1.HeaderClassName
 {
   color: #834135;
 }
 .AnyTagClassName
 {
   color: #834135;
 }
</style>
background-color css

<style>
 a { background-color: #834135; }

 a { background-color: rgb(131,65,53); }

 div.DivClassName
 {
   background-color: #834135;
 }
 .BgClassName
 {
   background-color: #834135;
 }
</style>
border-color css

<style>
 span { border-color: #834135; }

 span { border-color: rgb(131,65,53); }

 td.TdClassName
 {
   border-color: #834135;
 }
 .TagClassName
 {
   border-color: #834135;
 }
</style>