#85433C

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

Shades of Red Robin #85433C

Tints of Red Robin #85433C

Color information

#85433C (or 0x85433C) is unknown color: approx Red Robin. HEX triplet: 85, 43 and 3C. RGB value is (133,67,60). Sum of RGB (Red+Green+Blue) = 133+67+60=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85433C is #7ABCC3. Grayscale: #565656. Windows color (decimal): -8043716 or 3949445. OLE color: 3949445.

HSL color Cylindrical-coordinate representation of color #85433C: hue angle of 5.75º 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 #85433C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1336760-
CMYK00.500.550.48
HSL5.75º37.82%37.84%-
HSV(B)5.75º54.89%52.16%-
XYZ12.59.335.42-
YUV85.94113.37161.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=51.15%
G=25.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133676000.500.550.485.7537.8237.84
Hex85433C032373062626
Octal20510374062676064646
Binary1000010110000111111000110010110111110000110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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