#864340

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

Shades of Red Robin #864340

Tints of Red Robin #864340

Color information

#864340 (or 0x864340) is unknown color: approx Red Robin. HEX triplet: 86, 43 and 40. RGB value is (134,67,64). Sum of RGB (Red+Green+Blue) = 134+67+64=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #864340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864340 is #79BCBF. Grayscale: #565656. Windows color (decimal): -7978176 or 4211590. OLE color: 4211590.

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

Color convert

RGB1346764-
CMYK00.50.520.47
HSL2.57º35.35%38.82%-
HSV(B)2.57º52.24%52.55%-
XYZ12.769.456-
YUV86.69115.2161.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=50.57%
G=25.28%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134676400.50.520.472.5735.3538.82
Hex864340032342F32327
Octal206103100062645734347
Binary1000011010000111000000011001011010010111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864340; }

 p { color: rgb(134,67,64); }

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

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

 a { background-color: rgb(134,67,64); }

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

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

 span { border-color: rgb(134,67,64); }

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