#824337

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

Shades of Red Robin #824337

Tints of Red Robin #824337

Color information

#824337 (or 0x824337) is unknown color: approx Red Robin. HEX triplet: 82, 43 and 37. RGB value is (130,67,55). Sum of RGB (Red+Green+Blue) = 130+67+55=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #824337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824337 is #7DBCC8. Grayscale: #545454. Windows color (decimal): -8240329 or 3621762. OLE color: 3621762.

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

Color convert

RGB1306755-
CMYK00.480.580.49
HSL9.6º40.54%36.27%-
HSV(B)9.6º57.69%50.98%-
XYZ11.99.044.73-
YUV84.47111.37160.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 55 (21.88% from 255) = 21.83%
R=51.59%
G=26.59%
B=21.83%

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
Decimal130675500.480.580.499.640.5436.27
Hex8243370303A31a2924
Octal202103670607261125144
Binary10000010100001111011101100001110101100011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824337; }

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

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

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

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

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

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

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

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