Html Css Color HEX #80212A Scarlett

📋 copy color: '#80212A'

red 128 ◦ green 33 ◦ blue 42

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

Shades of Scarlett #80212A

Tints of Scarlett #80212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 63.05%
G = 16.26%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80212A (or 0x80212A) is known color: Scarlett. HEX triplet: 80, 21 and 2A. RGB value is (128,33,42). Sum of RGB (Red+Green+Blue) = 128+33+42=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #80212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80212A is #7FDED5. Grayscale: #3E3E3E. Windows color (decimal): -8380118 or 2761088. OLE color: 2761088.

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

Color convert

RGB 128 33 42 -
CMYK 0 0.74 0.67 0.50
HSL 354.32º 0.59% 0.32% -
HSV(B) 354.32º 0.74% 0.5% -
XYZ 9.86 5.84 2.8 -
YUV 62.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 128 33 42 0 0.74 0.67 0.50 354.32 0.59 0.32
Hex 80 21 2A 0 4A 43 32 162 3B 20
Octal 200 41 52 0 112 103 62 542 73 40
Binary 10000000 100001 101010 0 1001010 1000011 110010 101100010 111011 100000

Color Harmonies of #80212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80212A

Black with #80212A

Text Example


Text Example

White with #80212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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