Html Css Color HEX #80142C Scarlett

📋 copy color: '#80142C'

red 128 ◦ green 20 ◦ blue 44

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

Shades of Scarlett #80142C

Tints of Scarlett #80142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 66.67%
G = 10.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80142C (or 0x80142C) is known color: Scarlett. HEX triplet: 80, 14 and 2C. RGB value is (128,20,44). Sum of RGB (Red+Green+Blue) = 128+20+44=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80142C is #7FEBD3. Grayscale: #373737. Windows color (decimal): -8383444 or 2888832. OLE color: 2888832.

HSL color Cylindrical-coordinate representation of color #80142C: hue angle of 346.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80142C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 44 -
CMYK 0 0.84 0.66 0.50
HSL 346.67º 0.73% 0.29% -
HSV(B) 346.67º 0.84% 0.5% -
XYZ 9.61 5.27 2.89 -
YUV 55.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 128 20 44 0 0.84 0.66 0.50 346.67 0.73 0.29
Hex 80 14 2C 0 54 42 32 15B 49 1D
Octal 200 24 54 0 124 102 62 533 111 35
Binary 10000000 10100 101100 0 1010100 1000010 110010 101011011 1001001 11101

Color Harmonies of #80142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80142C

Black with #80142C

Text Example


Text Example

White with #80142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80142C; }

 p { color: rgb(128,20,44); }

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

background-color css

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

 a { background-color: rgb(128,20,44); }

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

border-color css

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

 span { border-color: rgb(128,20,44); }

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