Html Css Color HEX #80223E Paprika

📋 copy color: '#80223E'

red 128 ◦ green 34 ◦ blue 62

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

Shades of Paprika #80223E

Tints of Paprika #80223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 57.14%
G = 15.18%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80223E (or 0x80223E) is known color: Paprika. HEX triplet: 80, 22 and 3E. RGB value is (128,34,62). Sum of RGB (Red+Green+Blue) = 128+34+62=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80223E is #7FDDC1. Grayscale: #414141. Windows color (decimal): -8379842 or 4072064. OLE color: 4072064.

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

Color convert

RGB 128 34 62 -
CMYK 0 0.73 0.52 0.50
HSL 342.13º 0.58% 0.32% -
HSV(B) 342.13º 0.73% 0.5% -
XYZ 10.34 6.08 5.19 -
YUV 65.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 128 34 62 0 0.73 0.52 0.50 342.13 0.58 0.32
Hex 80 22 3E 0 49 34 32 156 3A 20
Octal 200 42 76 0 111 64 62 526 72 40
Binary 10000000 100010 111110 0 1001001 110100 110010 101010110 111010 100000

Color Harmonies of #80223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80223E

Black with #80223E

Text Example


Text Example

White with #80223E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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