Html Css Color HEX #80222B Scarlett

📋 copy color: '#80222B'

red 128 ◦ green 34 ◦ blue 43

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

Shades of Scarlett #80222B

Tints of Scarlett #80222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.59%

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

R = 62.44%
G = 16.59%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80222B (or 0x80222B) is known color: Scarlett. HEX triplet: 80, 22 and 2B. RGB value is (128,34,43). Sum of RGB (Red+Green+Blue) = 128+34+43=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80222B is #7FDDD4. Grayscale: #3F3F3F. Windows color (decimal): -8379861 or 2826880. OLE color: 2826880.

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

Color convert

RGB 128 34 43 -
CMYK 0 0.73 0.66 0.50
HSL 354.26º 0.58% 0.32% -
HSV(B) 354.26º 0.73% 0.5% -
XYZ 9.91 5.91 2.9 -
YUV 63.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 128 34 43 0 0.73 0.66 0.50 354.26 0.58 0.32
Hex 80 22 2B 0 49 42 32 162 3A 20
Octal 200 42 53 0 111 102 62 542 72 40
Binary 10000000 100010 101011 0 1001001 1000010 110010 101100010 111010 100000

Color Harmonies of #80222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80222B

Black with #80222B

Text Example


Text Example

White with #80222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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