Html Css Color HEX #86373C Stiletto

📋 copy color: '#86373C'

red 134 ◦ green 55 ◦ blue 60

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

Shades of Stiletto #86373C

Tints of Stiletto #86373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 53.82%
G = 22.09%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86373C (or 0x86373C) is known color: Stiletto. HEX triplet: 86, 37 and 3C. RGB value is (134,55,60). Sum of RGB (Red+Green+Blue) = 134+55+60=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86373C is #79C8C3. Grayscale: #4F4F4F. Windows color (decimal): -7981252 or 3946374. OLE color: 3946374.

HSL color Cylindrical-coordinate representation of color #86373C: hue angle of 356.2º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86373C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 60 -
CMYK 0 0.59 0.55 0.47
HSL 356.2º 0.42% 0.37% -
HSV(B) 356.2º 0.59% 0.53% -
XYZ 12.01 8.13 5.21 -
YUV 79.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 134 55 60 0 0.59 0.55 0.47 356.2 0.42 0.37
Hex 86 37 3C 0 3B 37 2F 164 2A 25
Octal 206 67 74 0 73 67 57 544 52 45
Binary 10000110 110111 111100 0 111011 110111 101111 101100100 101010 100101

Color Harmonies of #86373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86373C

Black with #86373C

Text Example


Text Example

White with #86373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86373C; }

 p { color: rgb(134,55,60); }

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

background-color css

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

 a { background-color: rgb(134,55,60); }

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

border-color css

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

 span { border-color: rgb(134,55,60); }

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