Html Css Color HEX #80293F Paprika

📋 copy color: '#80293F'

red 128 ◦ green 41 ◦ blue 63

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

Shades of Paprika #80293F

Tints of Paprika #80293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 55.17%
G = 17.67%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80293F (or 0x80293F) is known color: Paprika. HEX triplet: 80, 29 and 3F. RGB value is (128,41,63). Sum of RGB (Red+Green+Blue) = 128+41+63=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #80293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80293F is #7FD6C0. Grayscale: #454545. Windows color (decimal): -8378049 or 4139392. OLE color: 4139392.

HSL color Cylindrical-coordinate representation of color #80293F: hue angle of 344.83º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80293F is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 63 -
CMYK 0 0.68 0.51 0.50
HSL 344.83º 0.51% 0.33% -
HSV(B) 344.83º 0.68% 0.5% -
XYZ 10.59 6.53 5.41 -
YUV 69.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 128 41 63 0 0.68 0.51 0.50 344.83 0.51 0.33
Hex 80 29 3F 0 44 33 32 159 33 21
Octal 200 51 77 0 104 63 62 531 63 41
Binary 10000000 101001 111111 0 1000100 110011 110010 101011001 110011 100001

Color Harmonies of #80293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80293F

Black with #80293F

Text Example


Text Example

White with #80293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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