Html Css Color HEX #803D41 Stiletto

📋 copy color: '#803D41'

red 128 ◦ green 61 ◦ blue 65

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

Shades of Stiletto #803D41

Tints of Stiletto #803D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.02%

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

R = 50.39%
G = 24.02%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#803D41 (or 0x803D41) is known color: Stiletto. HEX triplet: 80, 3D and 41. RGB value is (128,61,65). Sum of RGB (Red+Green+Blue) = 128+61+65=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #803D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D41 is #7FC2BE. Grayscale: #515151. Windows color (decimal): -8372927 or 4275584. OLE color: 4275584.

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

Color convert

RGB 128 61 65 -
CMYK 0 0.52 0.49 0.50
HSL 356.42º 0.35% 0.37% -
HSV(B) 356.42º 0.52% 0.5% -
XYZ 11.52 8.31 6 -
YUV 81.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 128 61 65 0 0.52 0.49 0.50 356.42 0.35 0.37
Hex 80 3D 41 0 34 31 32 164 23 25
Octal 200 75 101 0 64 61 62 544 43 45
Binary 10000000 111101 1000001 0 110100 110001 110010 101100100 100011 100101

Color Harmonies of #803D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803D41

Black with #803D41

Text Example


Text Example

White with #803D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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