#854240

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

Shades of Red Robin #854240

Tints of Red Robin #854240

Color information

#854240 (or 0x854240) is unknown color: approx Red Robin. HEX triplet: 85, 42 and 40. RGB value is (133,66,64). Sum of RGB (Red+Green+Blue) = 133+66+64=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #854240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854240 is #7ABDBF. Grayscale: #555555. Windows color (decimal): -8043968 or 4211333. OLE color: 4211333.

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

Color convert

RGB1336664-
CMYK00.500.520.48
HSL1.74º35.03%38.63%-
HSV(B)1.74º51.88%52.16%-
XYZ12.559.255.98-
YUV85.8115.7161.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=50.57%
G=25.10%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133666400.500.520.481.7435.0338.63
Hex854240032343022327
Octal205102100062646024347
Binary1000010110000101000000011001011010011000010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854240; }

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

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

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

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

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

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

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

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