Html Css Color HEX #873942 Stiletto

📋 copy color: '#873942'

red 135 ◦ green 57 ◦ blue 66

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

Shades of Stiletto #873942

Tints of Stiletto #873942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 52.33%
G = 22.09%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#873942 (or 0x873942) is known color: Stiletto. HEX triplet: 87, 39 and 42. RGB value is (135,57,66). Sum of RGB (Red+Green+Blue) = 135+57+66=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #873942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873942 is #78C6BD. Grayscale: #515151. Windows color (decimal): -7915198 or 4340103. OLE color: 4340103.

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

Color convert

RGB 135 57 66 -
CMYK 0 0.58 0.51 0.47
HSL 353.08º 0.41% 0.38% -
HSV(B) 353.08º 0.58% 0.53% -
XYZ 12.44 8.47 6.13 -
YUV 81.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 135 57 66 0 0.58 0.51 0.47 353.08 0.41 0.38
Hex 87 39 42 0 3A 33 2F 161 29 26
Octal 207 71 102 0 72 63 57 541 51 46
Binary 10000111 111001 1000010 0 111010 110011 101111 101100001 101001 100110

Color Harmonies of #873942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873942

Black with #873942

Text Example


Text Example

White with #873942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873942; }

 p { color: rgb(135,57,66); }

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

background-color css

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

 a { background-color: rgb(135,57,66); }

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

border-color css

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

 span { border-color: rgb(135,57,66); }

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