#804240

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

Shades of Red Robin #804240

Tints of Red Robin #804240

Color information

#804240 (or 0x804240) is unknown color: approx Red Robin. HEX triplet: 80, 42 and 40. RGB value is (128,66,64). Sum of RGB (Red+Green+Blue) = 128+66+64=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804240 is #7FBDBF. Grayscale: #545454. Windows color (decimal): -8371648 or 4211328. OLE color: 4211328.

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

Color convert

RGB1286664-
CMYK00.480.50.50
HSL1.88º33.33%37.65%-
HSV(B)1.88º50%50.2%-
XYZ11.788.865.94-
YUV84.31116.54159.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=49.61%
G=25.58%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128666400.480.50.501.8833.3337.65
Hex804240030323222126
Octal200102100060626224146
Binary1000000010000101000000011000011001011001010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804240; }

 p { color: rgb(128,66,64); }

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

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

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

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

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

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

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