#85403A

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

Shades of Red Robin #85403A

Tints of Red Robin #85403A

Color information

#85403A (or 0x85403A) is unknown color: approx Red Robin. HEX triplet: 85, 40 and 3A. RGB value is (133,64,58). Sum of RGB (Red+Green+Blue) = 133+64+58=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #85403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85403A is #7ABFC5. Grayscale: #545454. Windows color (decimal): -8044486 or 3817605. OLE color: 3817605.

HSL color Cylindrical-coordinate representation of color #85403A: hue angle of 4.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85403A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1336458-
CMYK00.520.560.48
HSL4.8º39.27%37.45%-
HSV(B)4.8º56.39%52.16%-
XYZ12.278.965.09-
YUV83.95113.36162.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=52.16%
G=25.10%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133645800.520.560.484.839.2737.45
Hex85403A034383052725
Octal20510072064706054745
Binary1000010110000001110100110100111000110000101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85403A; }

 p { color: rgb(133,64,58); }

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

<style>
 a { background-color: #85403A; }

 a { background-color: rgb(133,64,58); }

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

<style>
 span { border-color: #85403A; }

 span { border-color: rgb(133,64,58); }

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