Html Css Color HEX #80363A Stiletto

📋 copy color: '#80363A'

red 128 ◦ green 54 ◦ blue 58

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

Shades of Stiletto #80363A

Tints of Stiletto #80363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 53.33%
G = 22.5%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80363A (or 0x80363A) is known color: Stiletto. HEX triplet: 80, 36 and 3A. RGB value is (128,54,58). Sum of RGB (Red+Green+Blue) = 128+54+58=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80363A is #7FC9C5. Grayscale: #4C4C4C. Windows color (decimal): -8374726 or 3815040. OLE color: 3815040.

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

Color convert

RGB 128 54 58 -
CMYK 0 0.58 0.55 0.50
HSL 356.76º 0.41% 0.36% -
HSV(B) 356.76º 0.58% 0.5% -
XYZ 10.98 7.53 4.88 -
YUV 76.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 128 54 58 0 0.58 0.55 0.50 356.76 0.41 0.36
Hex 80 36 3A 0 3A 37 32 165 29 24
Octal 200 66 72 0 72 67 62 545 51 44
Binary 10000000 110110 111010 0 111010 110111 110010 101100101 101001 100100

Color Harmonies of #80363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80363A

Black with #80363A

Text Example


Text Example

White with #80363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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