Html Css Color HEX #803C40 Stiletto

📋 copy color: '#803C40'

red 128 ◦ green 60 ◦ blue 64

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

Shades of Stiletto #803C40

Tints of Stiletto #803C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 50.79%
G = 23.81%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#803C40 (or 0x803C40) is known color: Stiletto. HEX triplet: 80, 3C and 40. RGB value is (128,60,64). Sum of RGB (Red+Green+Blue) = 128+60+64=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #803C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C40 is #7FC3BF. Grayscale: #505050. Windows color (decimal): -8373184 or 4209792. OLE color: 4209792.

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

Color convert

RGB 128 60 64 -
CMYK 0 0.53 0.5 0.50
HSL 356.47º 0.36% 0.37% -
HSV(B) 356.47º 0.53% 0.5% -
XYZ 11.44 8.19 5.83 -
YUV 80.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 128 60 64 0 0.53 0.5 0.50 356.47 0.36 0.37
Hex 80 3C 40 0 35 32 32 164 24 25
Octal 200 74 100 0 65 62 62 544 44 45
Binary 10000000 111100 1000000 0 110101 110010 110010 101100100 100100 100101

Color Harmonies of #803C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C40

Black with #803C40

Text Example


Text Example

White with #803C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803C40; }

 p { color: rgb(128,60,64); }

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

background-color css

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

 a { background-color: rgb(128,60,64); }

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

border-color css

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

 span { border-color: rgb(128,60,64); }

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