#85453B

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

Shades of Red Robin #85453B

Tints of Red Robin #85453B

Color information

#85453B (or 0x85453B) is unknown color: approx Red Robin. HEX triplet: 85, 45 and 3B. RGB value is (133,69,59). Sum of RGB (Red+Green+Blue) = 133+69+59=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85453B is #7ABAC4. Grayscale: #575757. Windows color (decimal): -8043205 or 3884421. OLE color: 3884421.

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

Color convert

RGB1336959-
CMYK00.480.560.48
HSL8.11º38.54%37.65%-
HSV(B)8.11º55.64%52.16%-
XYZ12.599.565.32-
YUV87112.2160.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=50.96%
G=26.44%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133695900.480.560.488.1138.5437.65
Hex85453B030383082726
Octal205105730607060104746
Binary10000101100010111101101100001110001100001000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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