#85443C

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

Shades of Red Robin #85443C

Tints of Red Robin #85443C

Color information

#85443C (or 0x85443C) is unknown color: approx Red Robin. HEX triplet: 85, 44 and 3C. RGB value is (133,68,60). Sum of RGB (Red+Green+Blue) = 133+68+60=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85443C is #7ABBC3. Grayscale: #565656. Windows color (decimal): -8043460 or 3949701. OLE color: 3949701.

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

Color convert

RGB1336860-
CMYK00.490.550.48
HSL6.58º37.82%37.84%-
HSV(B)6.58º54.89%52.16%-
XYZ12.569.455.44-
YUV86.52113.03161.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=50.96%
G=26.05%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133686000.490.550.486.5837.8237.84
Hex85443C031373072626
Octal20510474061676074646
Binary1000010110001001111000110001110111110000111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85443C; }

 p { color: rgb(133,68,60); }

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

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

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

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

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

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

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