Html Css Color HEX #803741 Stiletto

📋 copy color: '#803741'

red 128 ◦ green 55 ◦ blue 65

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

Shades of Stiletto #803741

Tints of Stiletto #803741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 51.61%
G = 22.18%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#803741 (or 0x803741) is known color: Stiletto. HEX triplet: 80, 37 and 41. RGB value is (128,55,65). Sum of RGB (Red+Green+Blue) = 128+55+65=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #803741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803741 is #7FC8BE. Grayscale: #4E4E4E. Windows color (decimal): -8374463 or 4274048. OLE color: 4274048.

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

Color convert

RGB 128 55 65 -
CMYK 0 0.57 0.49 0.50
HSL 351.78º 0.4% 0.36% -
HSV(B) 351.78º 0.57% 0.5% -
XYZ 11.22 7.7 5.9 -
YUV 77.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 128 55 65 0 0.57 0.49 0.50 351.78 0.4 0.36
Hex 80 37 41 0 39 31 32 160 28 24
Octal 200 67 101 0 71 61 62 540 50 44
Binary 10000000 110111 1000001 0 111001 110001 110010 101100000 101000 100100

Color Harmonies of #803741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803741

Black with #803741

Text Example


Text Example

White with #803741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803741; }

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

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

background-color css

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

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

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

border-color css

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

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

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