#824032

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

Shades of Red Robin #824032

Tints of Red Robin #824032

Color information

#824032 (or 0x824032) is unknown color: approx Red Robin. HEX triplet: 82, 40 and 32. RGB value is (130,64,50). Sum of RGB (Red+Green+Blue) = 130+64+50=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #824032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824032 is #7DBFCD. Grayscale: #525252. Windows color (decimal): -8241102 or 3293314. OLE color: 3293314.

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

Color convert

RGB1306450-
CMYK00.510.620.49
HSL10.5º44.44%35.29%-
HSV(B)10.5º61.54%50.98%-
XYZ11.628.644.07-
YUV82.14109.87162.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=53.28%
G=26.23%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130645000.510.620.4910.544.4435.29
Hex8240320333E31b2c23
Octal202100620637661135443
Binary10000010100000011001001100111111101100011011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824032; }

 p { color: rgb(130,64,50); }

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

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

 a { background-color: rgb(130,64,50); }

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

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

 span { border-color: rgb(130,64,50); }

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