#85443E

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

Shades of Red Robin #85443E

Tints of Red Robin #85443E

Color information

#85443E (or 0x85443E) is unknown color: approx Red Robin. HEX triplet: 85, 44 and 3E. RGB value is (133,68,62). Sum of RGB (Red+Green+Blue) = 133+68+62=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85443E is #7ABBC1. Grayscale: #565656. Windows color (decimal): -8043458 or 4080773. OLE color: 4080773.

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

Color convert

RGB1336862-
CMYK00.490.530.48
HSL5.07º36.41%38.24%-
HSV(B)5.07º53.38%52.16%-
XYZ12.619.475.72-
YUV86.75114.03160.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=50.57%
G=25.86%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133686200.490.530.485.0736.4138.24
Hex85443E031353052426
Octal20510476061656054446
Binary1000010110001001111100110001110101110000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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