#824241

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

Shades of Red Robin #824241

Tints of Red Robin #824241

Color information

#824241 (or 0x824241) is unknown color: approx Red Robin. HEX triplet: 82, 42 and 41. RGB value is (130,66,65). Sum of RGB (Red+Green+Blue) = 130+66+65=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #824241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824241 is #7DBDBE. Grayscale: #555555. Windows color (decimal): -8240575 or 4276866. OLE color: 4276866.

HSL color Cylindrical-coordinate representation of color #824241: hue angle of 0.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824241 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1306665-
CMYK00.490.500.49
HSL0.92º33.33%38.24%-
HSV(B)0.92º50%50.98%-
XYZ12.119.026.1-
YUV85.02116.7160.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=49.81%
G=25.29%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130666500.490.500.490.9233.3338.24
Hex824241031323112126
Octal202102101061626114146
Binary100000101000010100000101100011100101100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824241; }

 p { color: rgb(130,66,65); }

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

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

 a { background-color: rgb(130,66,65); }

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

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

 span { border-color: rgb(130,66,65); }

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