#854242

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

Shades of Red Robin #854242

Tints of Red Robin #854242

Color information

#854242 (or 0x854242) is unknown color: approx Red Robin. HEX triplet: 85, 42 and 42. RGB value is (133,66,66). Sum of RGB (Red+Green+Blue) = 133+66+66=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #854242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854242 is #7ABDBD. Grayscale: #565656. Windows color (decimal): -8043966 or 4342405. OLE color: 4342405.

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

Color convert

RGB1336666-
CMYK00.500.500.48
HSL33.67%39.02%-
HSV(B)50.38%52.16%-
XYZ12.69.286.28-
YUV86.03116.7161.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=50.19%
G=24.91%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133666600.500.500.48033.6739.02
Hex854242032323002227
Octal205102102062626004247
Binary100001011000010100001001100101100101100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854242; }

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

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

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

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

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

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

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

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