Html Css Color HEX #80142F Scarlett

📋 copy color: '#80142F'

red 128 ◦ green 20 ◦ blue 47

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

Shades of Scarlett #80142F

Tints of Scarlett #80142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 65.64%
G = 10.26%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#80142F (or 0x80142F) is known color: Scarlett. HEX triplet: 80, 14 and 2F. RGB value is (128,20,47). Sum of RGB (Red+Green+Blue) = 128+20+47=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #80142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80142F is #7FEBD0. Grayscale: #373737. Windows color (decimal): -8383441 or 3085440. OLE color: 3085440.

HSL color Cylindrical-coordinate representation of color #80142F: hue angle of 345º 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 #80142F is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 47 -
CMYK 0 0.84 0.63 0.50
HSL 345º 0.73% 0.29% -
HSV(B) 345º 0.84% 0.5% -
XYZ 9.67 5.29 3.2 -
YUV 55.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 128 20 47 0 0.84 0.63 0.50 345 0.73 0.29
Hex 80 14 2F 0 54 3F 32 159 49 1D
Octal 200 24 57 0 124 77 62 531 111 35
Binary 10000000 10100 101111 0 1010100 111111 110010 101011001 1001001 11101

Color Harmonies of #80142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80142F

Black with #80142F

Text Example


Text Example

White with #80142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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