Html Css Color HEX #803B40 Stiletto

📋 copy color: '#803B40'

red 128 ◦ green 59 ◦ blue 64

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

Shades of Stiletto #803B40

Tints of Stiletto #803B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

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

R = 51%
G = 23.51%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#803B40 (or 0x803B40) is known color: Stiletto. HEX triplet: 80, 3B and 40. RGB value is (128,59,64). Sum of RGB (Red+Green+Blue) = 128+59+64=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #803B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B40 is #7FC4BF. Grayscale: #505050. Windows color (decimal): -8373440 or 4209536. OLE color: 4209536.

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

Color convert

RGB 128 59 64 -
CMYK 0 0.54 0.5 0.50
HSL 355.65º 0.37% 0.37% -
HSV(B) 355.65º 0.54% 0.5% -
XYZ 11.39 8.09 5.81 -
YUV 80.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 128 59 64 0 0.54 0.5 0.50 355.65 0.37 0.37
Hex 80 3B 40 0 36 32 32 164 25 25
Octal 200 73 100 0 66 62 62 544 45 45
Binary 10000000 111011 1000000 0 110110 110010 110010 101100100 100101 100101

Color Harmonies of #803B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B40

Black with #803B40

Text Example


Text Example

White with #803B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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