#824237

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

Shades of Red Robin #824237

Tints of Red Robin #824237

Color information

#824237 (or 0x824237) is unknown color: approx Red Robin. HEX triplet: 82, 42 and 37. RGB value is (130,66,55). Sum of RGB (Red+Green+Blue) = 130+66+55=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824237 is #7DBDC8. Grayscale: #535353. Windows color (decimal): -8240585 or 3621506. OLE color: 3621506.

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

Color convert

RGB1306655-
CMYK00.490.580.49
HSL8.8º40.54%36.27%-
HSV(B)8.8º57.69%50.98%-
XYZ11.848.924.71-
YUV83.88111.7160.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 55 (21.88% from 255) = 21.91%
R=51.79%
G=26.29%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130665500.490.580.498.840.5436.27
Hex8242370313A3192924
Octal202102670617261115144
Binary10000010100001011011101100011110101100011001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824237; }

 p { color: rgb(130,66,55); }

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

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

 a { background-color: rgb(130,66,55); }

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

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

 span { border-color: rgb(130,66,55); }

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