#824233

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

Shades of Red Robin #824233

Tints of Red Robin #824233

Color information

#824233 (or 0x824233) is unknown color: approx Red Robin. HEX triplet: 82, 42 and 33. RGB value is (130,66,51). Sum of RGB (Red+Green+Blue) = 130+66+51=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #824233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824233 is #7DBDCC. Grayscale: #535353. Windows color (decimal): -8240589 or 3359362. OLE color: 3359362.

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

Color convert

RGB1306651-
CMYK00.490.610.49
HSL11.39º43.65%35.49%-
HSV(B)11.39º60.77%50.98%-
XYZ11.758.884.23-
YUV83.43109.7161.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 51 (20.31% from 255) = 20.65%
R=52.63%
G=26.72%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130665100.490.610.4911.3943.6535.49
Hex8242330313D31b2c23
Octal202102630617561135443
Binary10000010100001011001101100011111011100011011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824233; }

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

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

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

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

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

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

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

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