Html Css Color HEX #864239 Red Robin

📋 copy color: '#864239'

red 134 ◦ green 66 ◦ blue 57

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

Shades of Red Robin #864239

Tints of Red Robin #864239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 52.14%
G = 25.68%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#864239 (or 0x864239) is known color: Red Robin. HEX triplet: 86, 42 and 39. RGB value is (134,66,57). Sum of RGB (Red+Green+Blue) = 134+66+57=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #864239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864239 is #79BDC6. Grayscale: #555555. Windows color (decimal): -7978439 or 3752582. OLE color: 3752582.

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

Color convert

RGB 134 66 57 -
CMYK 0 0.51 0.57 0.47
HSL 7.01º 0.4% 0.37% -
HSV(B) 7.01º 0.57% 0.53% -
XYZ 12.52 9.26 5 -
YUV 85.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 134 66 57 0 0.51 0.57 0.47 7.01 0.4 0.37
Hex 86 42 39 0 33 39 2F 7 28 25
Octal 206 102 71 0 63 71 57 7 50 45
Binary 10000110 1000010 111001 0 110011 111001 101111 111 101000 100101

Color Harmonies of #864239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864239

Black with #864239

Text Example


Text Example

White with #864239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864239; }

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

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

background-color css

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

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

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

border-color css

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

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

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