#85433D

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

Shades of Red Robin #85433D

Tints of Red Robin #85433D

Color information

#85433D (or 0x85433D) is unknown color: approx Red Robin. HEX triplet: 85, 43 and 3D. RGB value is (133,67,61). Sum of RGB (Red+Green+Blue) = 133+67+61=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85433D is #7ABCC2. Grayscale: #565656. Windows color (decimal): -8043715 or 4014981. OLE color: 4014981.

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

Color convert

RGB1336761-
CMYK00.500.540.48
HSL37.11%38.04%-
HSV(B)54.14%52.16%-
XYZ12.529.345.56-
YUV86.05113.87161.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=50.96%
G=25.67%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133676100.500.540.48537.1138.04
Hex85433D032363052526
Octal20510375062666054546
Binary1000010110000111111010110010110110110000101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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