Html Css Color HEX #803F43 Stiletto

📋 copy color: '#803F43'

red 128 ◦ green 63 ◦ blue 67

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

Shades of Stiletto #803F43

Tints of Stiletto #803F43

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 67 (26.56% from 255) = 25.97%

R = 49.61%
G = 24.42%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#803F43 (or 0x803F43) is known color: Stiletto. HEX triplet: 80, 3F and 43. RGB value is (128,63,67). Sum of RGB (Red+Green+Blue) = 128+63+67=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #803F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F43 is #7FC0BC. Grayscale: #525252. Windows color (decimal): -8372413 or 4407168. OLE color: 4407168.

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

Color convert

RGB 128 63 67 -
CMYK 0 0.51 0.48 0.50
HSL 356.31º 0.34% 0.37% -
HSV(B) 356.31º 0.51% 0.5% -
XYZ 11.69 8.55 6.34 -
YUV 82.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 128 63 67 0 0.51 0.48 0.50 356.31 0.34 0.37
Hex 80 3F 43 0 33 30 32 164 22 25
Octal 200 77 103 0 63 60 62 544 42 45
Binary 10000000 111111 1000011 0 110011 110000 110010 101100100 100010 100101

Color Harmonies of #803F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803F43

Black with #803F43

Text Example


Text Example

White with #803F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,63,67); }

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

background-color css

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

 a { background-color: rgb(128,63,67); }

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

border-color css

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

 span { border-color: rgb(128,63,67); }

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