#86453A

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

Shades of Red Robin #86453A

Tints of Red Robin #86453A

Color information

#86453A (or 0x86453A) is unknown color: approx Red Robin. HEX triplet: 86, 45 and 3A. RGB value is (134,69,58). Sum of RGB (Red+Green+Blue) = 134+69+58=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86453A is #79BAC5. Grayscale: #575757. Windows color (decimal): -7977670 or 3818886. OLE color: 3818886.

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

Color convert

RGB1346958-
CMYK00.490.570.47
HSL8.68º39.58%37.65%-
HSV(B)8.68º56.72%52.55%-
XYZ12.729.635.19-
YUV87.18111.53161.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=51.34%
G=26.44%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134695800.490.570.478.6839.5837.65
Hex86453A031392F92826
Octal206105720617157115046
Binary10000110100010111101001100011110011011111001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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