#824336

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

Shades of Red Robin #824336

Tints of Red Robin #824336

Color information

#824336 (or 0x824336) is unknown color: approx Red Robin. HEX triplet: 82, 43 and 36. RGB value is (130,67,54). Sum of RGB (Red+Green+Blue) = 130+67+54=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #824336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824336 is #7DBCC9. Grayscale: #545454. Windows color (decimal): -8240330 or 3556226. OLE color: 3556226.

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

Color convert

RGB1306754-
CMYK00.480.580.49
HSL10.26º41.3%36.08%-
HSV(B)10.26º58.46%50.98%-
XYZ11.889.034.61-
YUV84.36110.87160.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=51.79%
G=26.69%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130675400.480.580.4910.2641.336.08
Hex8243360303A31a2924
Octal202103660607261125144
Binary10000010100001111011001100001110101100011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824336; }

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

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

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

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

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

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

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

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