Html Css Color HEX #863B41 Stiletto

📋 copy color: '#863B41'

red 134 ◦ green 59 ◦ blue 65

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

Shades of Stiletto #863B41

Tints of Stiletto #863B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 51.94%
G = 22.87%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#863B41 (or 0x863B41) is known color: Stiletto. HEX triplet: 86, 3B and 41. RGB value is (134,59,65). Sum of RGB (Red+Green+Blue) = 134+59+65=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #863B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B41 is #79C4BE. Grayscale: #525252. Windows color (decimal): -7980223 or 4275078. OLE color: 4275078.

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

Color convert

RGB 134 59 65 -
CMYK 0 0.56 0.51 0.47
HSL 355.2º 0.39% 0.38% -
HSV(B) 355.2º 0.56% 0.53% -
XYZ 12.35 8.58 6.01 -
YUV 82.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 134 59 65 0 0.56 0.51 0.47 355.2 0.39 0.38
Hex 86 3B 41 0 38 33 2F 163 27 26
Octal 206 73 101 0 70 63 57 543 47 46
Binary 10000110 111011 1000001 0 111000 110011 101111 101100011 100111 100110

Color Harmonies of #863B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B41

Black with #863B41

Text Example


Text Example

White with #863B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,65); }

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

background-color css

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

 a { background-color: rgb(134,59,65); }

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

border-color css

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

 span { border-color: rgb(134,59,65); }

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