Html Css Color HEX #863E43 Stiletto

📋 copy color: '#863E43'

red 134 ◦ green 62 ◦ blue 67

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

Shades of Stiletto #863E43

Tints of Stiletto #863E43

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.57%

 BLUE value IS 67 (26.56% from 255) = 25.48%

R = 50.95%
G = 23.57%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#863E43 (or 0x863E43) is known color: Stiletto. HEX triplet: 86, 3E and 43. RGB value is (134,62,67). Sum of RGB (Red+Green+Blue) = 134+62+67=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #863E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863E43 is #79C1BC. Grayscale: #545454. Windows color (decimal): -7979453 or 4406918. OLE color: 4406918.

HSL color Cylindrical-coordinate representation of color #863E43: hue angle of 355.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E43 is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 62 67 -
CMYK 0 0.54 0.5 0.47
HSL 355.83º 0.37% 0.38% -
HSV(B) 355.83º 0.54% 0.53% -
XYZ 12.57 8.92 6.37 -
YUV 84.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 134 62 67 0 0.54 0.5 0.47 355.83 0.37 0.38
Hex 86 3E 43 0 36 32 2F 164 25 26
Octal 206 76 103 0 66 62 57 544 45 46
Binary 10000110 111110 1000011 0 110110 110010 101111 101100100 100101 100110

Color Harmonies of #863E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E43

Black with #863E43

Text Example


Text Example

White with #863E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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