Html Css Color HEX #874046 Stiletto

📋 copy color: '#874046'

red 135 ◦ green 64 ◦ blue 70

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

Shades of Stiletto #874046

Tints of Stiletto #874046

RGB

 RED value IS 135 (53.13% from 255) = 50.19%

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 50.19%
G = 23.79%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#874046 (or 0x874046) is known color: Stiletto. HEX triplet: 87, 40 and 46. RGB value is (135,64,70). Sum of RGB (Red+Green+Blue) = 135+64+70=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874046 is #78BFB9. Grayscale: #555555. Windows color (decimal): -7913402 or 4604039. OLE color: 4604039.

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

Color convert

RGB 135 64 70 -
CMYK 0 0.53 0.48 0.47
HSL 354.93º 0.36% 0.39% -
HSV(B) 354.93º 0.53% 0.53% -
XYZ 12.93 9.26 6.9 -
YUV 85.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 135 64 70 0 0.53 0.48 0.47 354.93 0.36 0.39
Hex 87 40 46 0 35 30 2F 163 24 27
Octal 207 100 106 0 65 60 57 543 44 47
Binary 10000111 1000000 1000110 0 110101 110000 101111 101100011 100100 100111

Color Harmonies of #874046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874046

Black with #874046

Text Example


Text Example

White with #874046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874046; }

 p { color: rgb(135,64,70); }

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

background-color css

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

 a { background-color: rgb(135,64,70); }

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

border-color css

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

 span { border-color: rgb(135,64,70); }

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