Html Css Color HEX #874143 Stiletto

📋 copy color: '#874143'

red 135 ◦ green 65 ◦ blue 67

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

Shades of Stiletto #874143

Tints of Stiletto #874143

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 50.56%
G = 24.34%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#874143 (or 0x874143) is known color: Stiletto. HEX triplet: 87, 41 and 43. RGB value is (135,65,67). Sum of RGB (Red+Green+Blue) = 135+65+67=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874143 is #78BEBC. Grayscale: #565656. Windows color (decimal): -7913149 or 4407687. OLE color: 4407687.

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

Color convert

RGB 135 65 67 -
CMYK 0 0.52 0.50 0.47
HSL 358.29º 0.35% 0.39% -
HSV(B) 358.29º 0.52% 0.53% -
XYZ 12.9 9.34 6.43 -
YUV 86.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 135 65 67 0 0.52 0.50 0.47 358.29 0.35 0.39
Hex 87 41 43 0 34 32 2F 166 23 27
Octal 207 101 103 0 64 62 57 546 43 47
Binary 10000111 1000001 1000011 0 110100 110010 101111 101100110 100011 100111

Color Harmonies of #874143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874143

Black with #874143

Text Example


Text Example

White with #874143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874143; }

 p { color: rgb(135,65,67); }

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

background-color css

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

 a { background-color: rgb(135,65,67); }

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

border-color css

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

 span { border-color: rgb(135,65,67); }

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