Html Css Color HEX #803739 Stiletto

📋 copy color: '#803739'

red 128 ◦ green 55 ◦ blue 57

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

Shades of Stiletto #803739

Tints of Stiletto #803739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 53.33%
G = 22.92%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#803739 (or 0x803739) is known color: Stiletto. HEX triplet: 80, 37 and 39. RGB value is (128,55,57). Sum of RGB (Red+Green+Blue) = 128+55+57=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #803739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803739 is #7FC8C6. Grayscale: #4D4D4D. Windows color (decimal): -8374471 or 3749760. OLE color: 3749760.

HSL color Cylindrical-coordinate representation of color #803739: hue angle of 358.36º 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 #803739 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 57 -
CMYK 0 0.57 0.55 0.50
HSL 358.36º 0.4% 0.36% -
HSV(B) 358.36º 0.57% 0.5% -
XYZ 11.01 7.62 4.76 -
YUV 77.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 128 55 57 0 0.57 0.55 0.50 358.36 0.4 0.36
Hex 80 37 39 0 39 37 32 166 28 24
Octal 200 67 71 0 71 67 62 546 50 44
Binary 10000000 110111 111001 0 111001 110111 110010 101100110 101000 100100

Color Harmonies of #803739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803739

Black with #803739

Text Example


Text Example

White with #803739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803739; }

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

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

background-color css

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

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

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

border-color css

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

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

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