Html Css Color HEX #863942 Stiletto

📋 copy color: '#863942'

red 134 ◦ green 57 ◦ blue 66

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

Shades of Stiletto #863942

Tints of Stiletto #863942

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 134 57 66 -
CMYK 0 0.57 0.51 0.47
HSL 352.99º 0.4% 0.37% -
HSV(B) 352.99º 0.57% 0.53% -
XYZ 12.28 8.39 6.13 -
YUV 81.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 134 57 66 0 0.57 0.51 0.47 352.99 0.4 0.37
Hex 86 39 42 0 39 33 2F 161 28 25
Octal 206 71 102 0 71 63 57 541 50 45
Binary 10000110 111001 1000010 0 111001 110011 101111 101100001 101000 100101

Color Harmonies of #863942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863942

Black with #863942

Text Example


Text Example

White with #863942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863942; }

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

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

background-color css

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

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

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

border-color css

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

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

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