Html Css Color HEX #864240 Red Robin

📋 copy color: '#864240'

red 134 ◦ green 66 ◦ blue 64

#864240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Robin #864240

Tints of Red Robin #864240

RGB

 RED value IS 134 (52.73% from 255) = 50.76%

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 50.76%
G = 25%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#864240 (or 0x864240) is known color: Red Robin. HEX triplet: 86, 42 and 40. RGB value is (134,66,64). Sum of RGB (Red+Green+Blue) = 134+66+64=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864240 is #79BDBF. Grayscale: #565656. Windows color (decimal): -7978432 or 4211334. OLE color: 4211334.

HSL color Cylindrical-coordinate representation of color #864240: hue angle of 1.71º 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 #864240 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 66 64 -
CMYK 0 0.51 0.52 0.47
HSL 1.71º 0.35% 0.39% -
HSV(B) 1.71º 0.52% 0.53% -
XYZ 12.71 9.33 5.98 -
YUV 86.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 134 66 64 0 0.51 0.52 0.47 1.71 0.35 0.39
Hex 86 42 40 0 33 34 2F 2 23 27
Octal 206 102 100 0 63 64 57 2 43 47
Binary 10000110 1000010 1000000 0 110011 110100 101111 10 100011 100111

Color Harmonies of #864240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864240

Black with #864240

Text Example


Text Example

White with #864240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864240; }

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

 H1.HeaderClassName
 {
   color: #864240;
 }
 .AnyTagClassName
 {
   color: #864240;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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