#86453D

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

Shades of Red Robin #86453D

Tints of Red Robin #86453D

Color information

#86453D (or 0x86453D) is unknown color: approx Red Robin. HEX triplet: 86, 45 and 3D. RGB value is (134,69,61). Sum of RGB (Red+Green+Blue) = 134+69+61=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86453D is #79BAC2. Grayscale: #575757. Windows color (decimal): -7977667 or 4015494. OLE color: 4015494.

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

Color convert

RGB1346961-
CMYK00.490.540.47
HSL6.58º37.44%38.24%-
HSV(B)6.58º54.48%52.55%-
XYZ12.89.665.6-
YUV87.52113.03161.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 61 (24.22% from 255) = 23.11%
R=50.76%
G=26.14%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134696100.490.540.476.5837.4438.24
Hex86453D031362F72526
Octal20610575061665774546
Binary1000011010001011111010110001110110101111111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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