Html Css Color HEX #863C43 Stiletto

📋 copy color: '#863C43'

red 134 ◦ green 60 ◦ blue 67

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

Shades of Stiletto #863C43

Tints of Stiletto #863C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 51.34%
G = 22.99%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#863C43 (or 0x863C43) is known color: Stiletto. HEX triplet: 86, 3C and 43. RGB value is (134,60,67). Sum of RGB (Red+Green+Blue) = 134+60+67=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #863C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C43 is #79C3BC. Grayscale: #525252. Windows color (decimal): -7979965 or 4406406. OLE color: 4406406.

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

Color convert

RGB 134 60 67 -
CMYK 0 0.55 0.5 0.47
HSL 354.32º 0.38% 0.38% -
HSV(B) 354.32º 0.55% 0.53% -
XYZ 12.46 8.71 6.33 -
YUV 82.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 134 60 67 0 0.55 0.5 0.47 354.32 0.38 0.38
Hex 86 3C 43 0 37 32 2F 162 26 26
Octal 206 74 103 0 67 62 57 542 46 46
Binary 10000110 111100 1000011 0 110111 110010 101111 101100010 100110 100110

Color Harmonies of #863C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C43

Black with #863C43

Text Example


Text Example

White with #863C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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