Html Css Color HEX #80223F Paprika

📋 copy color: '#80223F'

red 128 ◦ green 34 ◦ blue 63

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

Shades of Paprika #80223F

Tints of Paprika #80223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28%

R = 56.89%
G = 15.11%
B = 28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80223F (or 0x80223F) is known color: Paprika. HEX triplet: 80, 22 and 3F. RGB value is (128,34,63). Sum of RGB (Red+Green+Blue) = 128+34+63=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80223F is #7FDDC0. Grayscale: #414141. Windows color (decimal): -8379841 or 4137600. OLE color: 4137600.

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

Color convert

RGB 128 34 63 -
CMYK 0 0.73 0.51 0.50
HSL 341.49º 0.58% 0.32% -
HSV(B) 341.49º 0.73% 0.5% -
XYZ 10.37 6.09 5.33 -
YUV 65.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 128 34 63 0 0.73 0.51 0.50 341.49 0.58 0.32
Hex 80 22 3F 0 49 33 32 155 3A 20
Octal 200 42 77 0 111 63 62 525 72 40
Binary 10000000 100010 111111 0 1001001 110011 110010 101010101 111010 100000

Color Harmonies of #80223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80223F

Black with #80223F

Text Example


Text Example

White with #80223F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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