#854237

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

Shades of Red Robin #854237

Tints of Red Robin #854237

Color information

#854237 (or 0x854237) is unknown color: approx Red Robin. HEX triplet: 85, 42 and 37. RGB value is (133,66,55). Sum of RGB (Red+Green+Blue) = 133+66+55=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #854237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854237 is #7ABDC8. Grayscale: #545454. Windows color (decimal): -8043977 or 3621509. OLE color: 3621509.

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

Color convert

RGB1336655-
CMYK00.500.590.48
HSL8.46º41.49%36.86%-
HSV(B)8.46º58.65%52.16%-
XYZ12.319.164.73-
YUV84.78111.2162.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.36%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 55 (21.88% from 255) = 21.65%
R=52.36%
G=25.98%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133665500.500.590.488.4641.4936.86
Hex8542370323B3082925
Octal205102670627360105145
Binary10000101100001011011101100101110111100001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854237; }

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

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

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

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

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

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

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

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