Html Css Color HEX #803841 Stiletto

📋 copy color: '#803841'

red 128 ◦ green 56 ◦ blue 65

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

Shades of Stiletto #803841

Tints of Stiletto #803841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 51.41%
G = 22.49%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#803841 (or 0x803841) is known color: Stiletto. HEX triplet: 80, 38 and 41. RGB value is (128,56,65). Sum of RGB (Red+Green+Blue) = 128+56+65=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803841 is #7FC7BE. Grayscale: #4E4E4E. Windows color (decimal): -8374207 or 4274304. OLE color: 4274304.

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

Color convert

RGB 128 56 65 -
CMYK 0 0.56 0.49 0.50
HSL 352.5º 0.39% 0.36% -
HSV(B) 352.5º 0.56% 0.5% -
XYZ 11.27 7.8 5.91 -
YUV 78.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 128 56 65 0 0.56 0.49 0.50 352.5 0.39 0.36
Hex 80 38 41 0 38 31 32 160 27 24
Octal 200 70 101 0 70 61 62 540 47 44
Binary 10000000 111000 1000001 0 111000 110001 110010 101100000 100111 100100

Color Harmonies of #803841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803841

Black with #803841

Text Example


Text Example

White with #803841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803841; }

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

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

background-color css

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

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

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

border-color css

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

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

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