Html Css Color HEX #80293E Paprika

📋 copy color: '#80293E'

red 128 ◦ green 41 ◦ blue 62

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

Shades of Paprika #80293E

Tints of Paprika #80293E

RGB

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

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

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

R = 55.41%
G = 17.75%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80293E (or 0x80293E) is known color: Paprika. HEX triplet: 80, 29 and 3E. RGB value is (128,41,62). Sum of RGB (Red+Green+Blue) = 128+41+62=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #80293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80293E is #7FD6C1. Grayscale: #454545. Windows color (decimal): -8378050 or 4073856. OLE color: 4073856.

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

Color convert

RGB 128 41 62 -
CMYK 0 0.68 0.52 0.50
HSL 345.52º 0.51% 0.33% -
HSV(B) 345.52º 0.68% 0.5% -
XYZ 10.56 6.52 5.26 -
YUV 69.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 128 41 62 0 0.68 0.52 0.50 345.52 0.51 0.33
Hex 80 29 3E 0 44 34 32 15A 33 21
Octal 200 51 76 0 104 64 62 532 63 41
Binary 10000000 101001 111110 0 1000100 110100 110010 101011010 110011 100001

Color Harmonies of #80293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80293E

Black with #80293E

Text Example


Text Example

White with #80293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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