Html Css Color HEX #804142 Stiletto

📋 copy color: '#804142'

red 128 ◦ green 65 ◦ blue 66

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

Shades of Stiletto #804142

Tints of Stiletto #804142

RGB

 RED value IS 128 (50.39% from 255) = 49.42%

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

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

R = 49.42%
G = 25.1%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#804142 (or 0x804142) is known color: Stiletto. HEX triplet: 80, 41 and 42. RGB value is (128,65,66). Sum of RGB (Red+Green+Blue) = 128+65+66=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804142 is #7FBEBD. Grayscale: #545454. Windows color (decimal): -8371902 or 4342144. OLE color: 4342144.

HSL color Cylindrical-coordinate representation of color #804142: hue angle of 359.05º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804142 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 66 -
CMYK 0 0.49 0.48 0.50
HSL 359.05º 0.33% 0.38% -
HSV(B) 359.05º 0.49% 0.5% -
XYZ 11.78 8.76 6.23 -
YUV 83.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 128 65 66 0 0.49 0.48 0.50 359.05 0.33 0.38
Hex 80 41 42 0 31 30 32 167 21 26
Octal 200 101 102 0 61 60 62 547 41 46
Binary 10000000 1000001 1000010 0 110001 110000 110010 101100111 100001 100110

Color Harmonies of #804142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804142

Black with #804142

Text Example


Text Example

White with #804142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804142; }

 p { color: rgb(128,65,66); }

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

background-color css

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

 a { background-color: rgb(128,65,66); }

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

border-color css

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

 span { border-color: rgb(128,65,66); }

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