Html Css Color HEX #80222E Scarlett

📋 copy color: '#80222E'

red 128 ◦ green 34 ◦ blue 46

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

Shades of Scarlett #80222E

Tints of Scarlett #80222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 61.54%
G = 16.35%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80222E (or 0x80222E) is known color: Scarlett. HEX triplet: 80, 22 and 2E. RGB value is (128,34,46). Sum of RGB (Red+Green+Blue) = 128+34+46=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80222E is #7FDDD1. Grayscale: #3F3F3F. Windows color (decimal): -8379858 or 3023488. OLE color: 3023488.

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

Color convert

RGB 128 34 46 -
CMYK 0 0.73 0.64 0.50
HSL 352.34º 0.58% 0.32% -
HSV(B) 352.34º 0.73% 0.5% -
XYZ 9.97 5.93 3.2 -
YUV 63.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 128 34 46 0 0.73 0.64 0.50 352.34 0.58 0.32
Hex 80 22 2E 0 49 40 32 160 3A 20
Octal 200 42 56 0 111 100 62 540 72 40
Binary 10000000 100010 101110 0 1001001 1000000 110010 101100000 111010 100000

Color Harmonies of #80222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80222E

Black with #80222E

Text Example


Text Example

White with #80222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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