#824242

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

Shades of Red Robin #824242

Tints of Red Robin #824242

Color information

#824242 (or 0x824242) is unknown color: approx Red Robin. HEX triplet: 82, 42 and 42. RGB value is (130,66,66). Sum of RGB (Red+Green+Blue) = 130+66+66=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #824242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824242 is #7DBDBD. Grayscale: #555555. Windows color (decimal): -8240574 or 4342402. OLE color: 4342402.

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

Color convert

RGB1306666-
CMYK00.490.490.49
HSL32.65%38.43%-
HSV(B)49.23%50.98%-
XYZ12.149.046.26-
YUV85.14117.2160-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=49.62%
G=25.19%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130666600.490.490.49032.6538.43
Hex824242031313102126
Octal202102102061616104146
Binary100000101000010100001001100011100011100010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824242; }

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

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

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

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

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

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

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

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