#824033

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

Shades of Red Robin #824033

Tints of Red Robin #824033

Color information

#824033 (or 0x824033) is unknown color: approx Red Robin. HEX triplet: 82, 40 and 33. RGB value is (130,64,51). Sum of RGB (Red+Green+Blue) = 130+64+51=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #824033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824033 is #7DBFCC. Grayscale: #525252. Windows color (decimal): -8241101 or 3358850. OLE color: 3358850.

HSL color Cylindrical-coordinate representation of color #824033: hue angle of 9.87º 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 #824033 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1306451-
CMYK00.510.610.49
HSL9.87º43.65%35.49%-
HSV(B)9.87º60.77%50.98%-
XYZ11.648.654.19-
YUV82.25110.37162.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.06%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=53.06%
G=26.12%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130645100.510.610.499.8743.6535.49
Hex8240330333D31a2c23
Octal202100630637561125443
Binary10000010100000011001101100111111011100011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824033; }

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

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

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

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

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

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

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

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