Html Css Color HEX #80212B Scarlett

📋 copy color: '#80212B'

red 128 ◦ green 33 ◦ blue 43

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

Shades of Scarlett #80212B

Tints of Scarlett #80212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 62.75%
G = 16.18%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80212B (or 0x80212B) is known color: Scarlett. HEX triplet: 80, 21 and 2B. RGB value is (128,33,43). Sum of RGB (Red+Green+Blue) = 128+33+43=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80212B is #7FDED4. Grayscale: #3E3E3E. Windows color (decimal): -8380117 or 2826624. OLE color: 2826624.

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

Color convert

RGB 128 33 43 -
CMYK 0 0.74 0.66 0.50
HSL 353.68º 0.59% 0.32% -
HSV(B) 353.68º 0.74% 0.5% -
XYZ 9.88 5.85 2.89 -
YUV 62.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 128 33 43 0 0.74 0.66 0.50 353.68 0.59 0.32
Hex 80 21 2B 0 4A 42 32 162 3B 20
Octal 200 41 53 0 112 102 62 542 73 40
Binary 10000000 100001 101011 0 1001010 1000010 110010 101100010 111011 100000

Color Harmonies of #80212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80212B

Black with #80212B

Text Example


Text Example

White with #80212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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