Html Css Color HEX #863F42 Stiletto

📋 copy color: '#863F42'

red 134 ◦ green 63 ◦ blue 66

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

Shades of Stiletto #863F42

Tints of Stiletto #863F42

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

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

R = 50.95%
G = 23.95%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#863F42 (or 0x863F42) is known color: Stiletto. HEX triplet: 86, 3F and 42. RGB value is (134,63,66). Sum of RGB (Red+Green+Blue) = 134+63+66=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #863F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F42 is #79C0BD. Grayscale: #545454. Windows color (decimal): -7979198 or 4341638. OLE color: 4341638.

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

Color convert

RGB 134 63 66 -
CMYK 0 0.53 0.51 0.47
HSL 357.46º 0.36% 0.39% -
HSV(B) 357.46º 0.53% 0.53% -
XYZ 12.59 9.02 6.23 -
YUV 84.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 134 63 66 0 0.53 0.51 0.47 357.46 0.36 0.39
Hex 86 3F 42 0 35 33 2F 165 24 27
Octal 206 77 102 0 65 63 57 545 44 47
Binary 10000110 111111 1000010 0 110101 110011 101111 101100101 100100 100111

Color Harmonies of #863F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F42

Black with #863F42

Text Example


Text Example

White with #863F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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