#86423F

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

Shades of Red Robin #86423F

Tints of Red Robin #86423F

Color information

#86423F (or 0x86423F) is unknown color: approx Red Robin. HEX triplet: 86, 42 and 3F. RGB value is (134,66,63). Sum of RGB (Red+Green+Blue) = 134+66+63=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86423F is #79BDC0. Grayscale: #565656. Windows color (decimal): -7978433 or 4145798. OLE color: 4145798.

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

Color convert

RGB1346663-
CMYK00.510.530.47
HSL2.54º36.04%38.63%-
HSV(B)2.54º52.99%52.55%-
XYZ12.689.325.83-
YUV85.99115.03162.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 63 (25% from 255) = 23.95%
R=50.95%
G=25.10%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134666300.510.530.472.5436.0438.63
Hex86423F033352F32427
Octal20610277063655734447
Binary100001101000010111111011001111010110111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86423F; }

 p { color: rgb(134,66,63); }

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

<style>
 a { background-color: #86423F; }

 a { background-color: rgb(134,66,63); }

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

<style>
 span { border-color: #86423F; }

 span { border-color: rgb(134,66,63); }

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