#824036

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

Shades of Red Robin #824036

Tints of Red Robin #824036

Color information

#824036 (or 0x824036) is unknown color: approx Red Robin. HEX triplet: 82, 40 and 36. RGB value is (130,64,54). Sum of RGB (Red+Green+Blue) = 130+64+54=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #824036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824036 is #7DBFC9. Grayscale: #525252. Windows color (decimal): -8241098 or 3555458. OLE color: 3555458.

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

Color convert

RGB1306454-
CMYK00.510.580.49
HSL7.89º41.3%36.08%-
HSV(B)7.89º58.46%50.98%-
XYZ11.718.684.55-
YUV82.59111.87161.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=52.42%
G=25.81%
B=21.77%

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
Decimal130645400.510.580.497.8941.336.08
Hex8240360333A3182924
Octal202100660637261105144
Binary10000010100000011011001100111110101100011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824036; }

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

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

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

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

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

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

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

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