Html Css Color HEX #80353A Stiletto

📋 copy color: '#80353A'

red 128 ◦ green 53 ◦ blue 58

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

Shades of Stiletto #80353A

Tints of Stiletto #80353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 53.56%
G = 22.18%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80353A (or 0x80353A) is known color: Stiletto. HEX triplet: 80, 35 and 3A. RGB value is (128,53,58). Sum of RGB (Red+Green+Blue) = 128+53+58=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353A is #7FCAC5. Grayscale: #4C4C4C. Windows color (decimal): -8374982 or 3814784. OLE color: 3814784.

HSL color Cylindrical-coordinate representation of color #80353A: hue angle of 356º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80353A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 58 -
CMYK 0 0.59 0.55 0.50
HSL 356º 0.41% 0.35% -
HSV(B) 356º 0.59% 0.5% -
XYZ 10.94 7.44 4.86 -
YUV 76 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 128 53 58 0 0.59 0.55 0.50 356 0.41 0.35
Hex 80 35 3A 0 3B 37 32 164 29 23
Octal 200 65 72 0 73 67 62 544 51 43
Binary 10000000 110101 111010 0 111011 110111 110010 101100100 101001 100011

Color Harmonies of #80353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80353A

Black with #80353A

Text Example


Text Example

White with #80353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80353A; }

 p { color: rgb(128,53,58); }

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

background-color css

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

 a { background-color: rgb(128,53,58); }

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

border-color css

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

 span { border-color: rgb(128,53,58); }

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