#85403D

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

Shades of Red Robin #85403D

Tints of Red Robin #85403D

Color information

#85403D (or 0x85403D) is unknown color: approx Red Robin. HEX triplet: 85, 40 and 3D. RGB value is (133,64,61). Sum of RGB (Red+Green+Blue) = 133+64+61=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85403D is #7ABFC2. Grayscale: #545454. Windows color (decimal): -8044483 or 4014213. OLE color: 4014213.

HSL color Cylindrical-coordinate representation of color #85403D: hue angle of 2.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 #85403D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1336461-
CMYK00.520.540.48
HSL2.5º37.11%38.04%-
HSV(B)2.5º54.14%52.16%-
XYZ12.358.995.5-
YUV84.29114.86162.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 61 (24.22% from 255) = 23.64%
R=51.55%
G=24.81%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133646100.520.540.482.537.1138.04
Hex85403D034363032526
Octal20510075064666034546
Binary100001011000000111101011010011011011000011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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