#85453D

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

Shades of Red Robin #85453D

Tints of Red Robin #85453D

Color information

#85453D (or 0x85453D) is unknown color: approx Red Robin. HEX triplet: 85, 45 and 3D. RGB value is (133,69,61). Sum of RGB (Red+Green+Blue) = 133+69+61=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85453D is #7ABAC2. Grayscale: #575757. Windows color (decimal): -8043203 or 4015493. OLE color: 4015493.

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

Color convert

RGB1336961-
CMYK00.480.540.48
HSL6.67º37.11%38.04%-
HSV(B)6.67º54.14%52.16%-
XYZ12.649.585.6-
YUV87.22113.2160.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 61 (24.22% from 255) = 23.19%
R=50.57%
G=26.24%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133696100.480.540.486.6737.1138.04
Hex85453D030363072526
Octal20510575060666074546
Binary1000010110001011111010110000110110110000111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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