#85443F

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

Shades of Red Robin #85443F

Tints of Red Robin #85443F

Color information

#85443F (or 0x85443F) is unknown color: approx Red Robin. HEX triplet: 85, 44 and 3F. RGB value is (133,68,63). Sum of RGB (Red+Green+Blue) = 133+68+63=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85443F is #7ABBC0. Grayscale: #565656. Windows color (decimal): -8043457 or 4146309. OLE color: 4146309.

HSL color Cylindrical-coordinate representation of color #85443F: hue angle of 4.29º 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 #85443F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1336863-
CMYK00.490.530.48
HSL4.29º35.71%38.43%-
HSV(B)4.29º52.63%52.16%-
XYZ12.649.485.87-
YUV86.86114.53160.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 63 (25% from 255) = 23.86%
R=50.38%
G=25.76%
B=23.86%

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
Decimal133686300.490.530.484.2935.7138.43
Hex85443F031353042426
Octal20510477061656044446
Binary1000010110001001111110110001110101110000100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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