Html Css Color HEX #86363C Stiletto

📋 copy color: '#86363C'

red 134 ◦ green 54 ◦ blue 60

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

Shades of Stiletto #86363C

Tints of Stiletto #86363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 54.03%
G = 21.77%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86363C (or 0x86363C) is known color: Stiletto. HEX triplet: 86, 36 and 3C. RGB value is (134,54,60). Sum of RGB (Red+Green+Blue) = 134+54+60=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86363C is #79C9C3. Grayscale: #4E4E4E. Windows color (decimal): -7981508 or 3946118. OLE color: 3946118.

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

Color convert

RGB 134 54 60 -
CMYK 0 0.60 0.55 0.47
HSL 355.5º 0.43% 0.37% -
HSV(B) 355.5º 0.6% 0.53% -
XYZ 11.97 8.03 5.19 -
YUV 78.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 134 54 60 0 0.60 0.55 0.47 355.5 0.43 0.37
Hex 86 36 3C 0 3C 37 2F 164 2B 25
Octal 206 66 74 0 74 67 57 544 53 45
Binary 10000110 110110 111100 0 111100 110111 101111 101100100 101011 100101

Color Harmonies of #86363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86363C

Black with #86363C

Text Example


Text Example

White with #86363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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