Html Css Color HEX #80363B Stiletto

📋 copy color: '#80363B'

red 128 ◦ green 54 ◦ blue 59

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

Shades of Stiletto #80363B

Tints of Stiletto #80363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 53.11%
G = 22.41%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80363B (or 0x80363B) is known color: Stiletto. HEX triplet: 80, 36 and 3B. RGB value is (128,54,59). Sum of RGB (Red+Green+Blue) = 128+54+59=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80363B is #7FC9C4. Grayscale: #4C4C4C. Windows color (decimal): -8374725 or 3880576. OLE color: 3880576.

HSL color Cylindrical-coordinate representation of color #80363B: hue angle of 355.95º 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 #80363B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 54 59 -
CMYK 0 0.58 0.54 0.50
HSL 355.95º 0.41% 0.36% -
HSV(B) 355.95º 0.58% 0.5% -
XYZ 11.01 7.54 5.01 -
YUV 76.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 128 54 59 0 0.58 0.54 0.50 355.95 0.41 0.36
Hex 80 36 3B 0 3A 36 32 164 29 24
Octal 200 66 73 0 72 66 62 544 51 44
Binary 10000000 110110 111011 0 111010 110110 110010 101100100 101001 100100

Color Harmonies of #80363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80363B

Black with #80363B

Text Example


Text Example

White with #80363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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