#824037

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

Shades of Red Robin #824037

Tints of Red Robin #824037

Color information

#824037 (or 0x824037) is unknown color: approx Red Robin. HEX triplet: 82, 40 and 37. RGB value is (130,64,55). Sum of RGB (Red+Green+Blue) = 130+64+55=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #824037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824037 is #7DBFC8. Grayscale: #525252. Windows color (decimal): -8241097 or 3620994. OLE color: 3620994.

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

Color convert

RGB1306455-
CMYK00.510.580.49
HSL7.2º40.54%36.27%-
HSV(B)7.2º57.69%50.98%-
XYZ11.738.694.67-
YUV82.71112.37161.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=52.21%
G=25.70%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130645500.510.580.497.240.5436.27
Hex8240370333A3172924
Octal20210067063726175144
Binary1000001010000001101110110011111010110001111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824037; }

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

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

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

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

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

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

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

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