#824539

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

Shades of Red Robin #824539

Tints of Red Robin #824539

Color information

#824539 (or 0x824539) is unknown color: approx Red Robin. HEX triplet: 82, 45 and 39. RGB value is (130,69,57). Sum of RGB (Red+Green+Blue) = 130+69+57=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824539 is #7DBAC6. Grayscale: #555555. Windows color (decimal): -8239815 or 3753346. OLE color: 3753346.

HSL color Cylindrical-coordinate representation of color #824539: hue angle of 9.86º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824539 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1306957-
CMYK00.470.560.49
HSL9.86º39.04%36.67%-
HSV(B)9.86º56.15%50.98%-
XYZ12.079.35.03-
YUV85.87111.71159.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=50.78%
G=26.95%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130695700.470.560.499.8639.0436.67
Hex82453902F3831a2725
Octal202105710577061124745
Binary10000010100010111100101011111110001100011010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824539; }

 p { color: rgb(130,69,57); }

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

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

 a { background-color: rgb(130,69,57); }

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

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

 span { border-color: rgb(130,69,57); }

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