Html Css Color HEX #80222D Scarlett

📋 copy color: '#80222D'

red 128 ◦ green 34 ◦ blue 45

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

Shades of Scarlett #80222D

Tints of Scarlett #80222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 61.84%
G = 16.43%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80222D (or 0x80222D) is known color: Scarlett. HEX triplet: 80, 22 and 2D. RGB value is (128,34,45). Sum of RGB (Red+Green+Blue) = 128+34+45=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80222D is #7FDDD2. Grayscale: #3F3F3F. Windows color (decimal): -8379859 or 2957952. OLE color: 2957952.

HSL color Cylindrical-coordinate representation of color #80222D: hue angle of 352.98º 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 #80222D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 45 -
CMYK 0 0.73 0.65 0.50
HSL 352.98º 0.58% 0.32% -
HSV(B) 352.98º 0.73% 0.5% -
XYZ 9.95 5.92 3.1 -
YUV 63.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 128 34 45 0 0.73 0.65 0.50 352.98 0.58 0.32
Hex 80 22 2D 0 49 41 32 161 3A 20
Octal 200 42 55 0 111 101 62 541 72 40
Binary 10000000 100010 101101 0 1001001 1000001 110010 101100001 111010 100000

Color Harmonies of #80222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80222D

Black with #80222D

Text Example


Text Example

White with #80222D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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