Html Css Color HEX #863840 Stiletto

📋 copy color: '#863840'

red 134 ◦ green 56 ◦ blue 64

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

Shades of Stiletto #863840

Tints of Stiletto #863840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 52.76%
G = 22.05%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#863840 (or 0x863840) is known color: Stiletto. HEX triplet: 86, 38 and 40. RGB value is (134,56,64). Sum of RGB (Red+Green+Blue) = 134+56+64=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #863840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863840 is #79C7BF. Grayscale: #505050. Windows color (decimal): -7980992 or 4208774. OLE color: 4208774.

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

Color convert

RGB 134 56 64 -
CMYK 0 0.58 0.52 0.47
HSL 353.85º 0.41% 0.37% -
HSV(B) 353.85º 0.58% 0.53% -
XYZ 12.17 8.27 5.8 -
YUV 80.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 134 56 64 0 0.58 0.52 0.47 353.85 0.41 0.37
Hex 86 38 40 0 3A 34 2F 162 29 25
Octal 206 70 100 0 72 64 57 542 51 45
Binary 10000110 111000 1000000 0 111010 110100 101111 101100010 101001 100101

Color Harmonies of #863840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863840

Black with #863840

Text Example


Text Example

White with #863840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863840; }

 p { color: rgb(134,56,64); }

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

background-color css

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

 a { background-color: rgb(134,56,64); }

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

border-color css

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

 span { border-color: rgb(134,56,64); }

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