#86453C

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

Shades of Red Robin #86453C

Tints of Red Robin #86453C

Color information

#86453C (or 0x86453C) is unknown color: approx Red Robin. HEX triplet: 86, 45 and 3C. RGB value is (134,69,60). Sum of RGB (Red+Green+Blue) = 134+69+60=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86453C is #79BAC3. Grayscale: #575757. Windows color (decimal): -7977668 or 3949958. OLE color: 3949958.

HSL color Cylindrical-coordinate representation of color #86453C: hue angle of 7.3º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86453C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1346960-
CMYK00.490.550.47
HSL7.3º38.14%38.04%-
HSV(B)7.3º55.22%52.55%-
XYZ12.789.655.46-
YUV87.41112.53161.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=50.95%
G=26.24%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134696000.490.550.477.338.1438.04
Hex86453C031372F72626
Octal20610574061675774646
Binary1000011010001011111000110001110111101111111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86453C; }

 p { color: rgb(134,69,60); }

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

<style>
 a { background-color: #86453C; }

 a { background-color: rgb(134,69,60); }

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

<style>
 span { border-color: #86453C; }

 span { border-color: rgb(134,69,60); }

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