#86413B

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

Shades of Red Robin #86413B

Tints of Red Robin #86413B

Color information

#86413B (or 0x86413B) is unknown color: approx Red Robin. HEX triplet: 86, 41 and 3B. RGB value is (134,65,59). Sum of RGB (Red+Green+Blue) = 134+65+59=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #86413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86413B is #79BEC4. Grayscale: #555555. Windows color (decimal): -7978693 or 3883398. OLE color: 3883398.

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

Color convert

RGB1346559-
CMYK00.510.560.47
HSL4.8º38.86%37.84%-
HSV(B)4.8º55.97%52.55%-
XYZ12.519.165.25-
YUV84.95113.36162.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=51.94%
G=25.19%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134655900.510.560.474.838.8637.84
Hex86413B033382F52726
Octal20610173063705754746
Binary1000011010000011110110110011111000101111101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,65,59); }

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

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

 a { background-color: rgb(134,65,59); }

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

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

 span { border-color: rgb(134,65,59); }

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