Html Css Color HEX #80202A Scarlett

📋 copy color: '#80202A'

red 128 ◦ green 32 ◦ blue 42

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

Shades of Scarlett #80202A

Tints of Scarlett #80202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 63.37%
G = 15.84%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80202A (or 0x80202A) is known color: Scarlett. HEX triplet: 80, 20 and 2A. RGB value is (128,32,42). Sum of RGB (Red+Green+Blue) = 128+32+42=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #80202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80202A is #7FDFD5. Grayscale: #3D3D3D. Windows color (decimal): -8380374 or 2760832. OLE color: 2760832.

HSL color Cylindrical-coordinate representation of color #80202A: hue angle of 353.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80202A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 42 -
CMYK 0 0.75 0.67 0.50
HSL 353.75º 0.6% 0.31% -
HSV(B) 353.75º 0.75% 0.5% -
XYZ 9.84 5.79 2.79 -
YUV 61.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 128 32 42 0 0.75 0.67 0.50 353.75 0.6 0.31
Hex 80 20 2A 0 4B 43 32 162 3C 1F
Octal 200 40 52 0 113 103 62 542 74 37
Binary 10000000 100000 101010 0 1001011 1000011 110010 101100010 111100 11111

Color Harmonies of #80202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80202A

Black with #80202A

Text Example


Text Example

White with #80202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,32,42); }

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

background-color css

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

 a { background-color: rgb(128,32,42); }

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

border-color css

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

 span { border-color: rgb(128,32,42); }

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