Html Css Color HEX #80293C Paprika

📋 copy color: '#80293C'

red 128 ◦ green 41 ◦ blue 60

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

Shades of Paprika #80293C

Tints of Paprika #80293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 55.9%
G = 17.9%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80293C (or 0x80293C) is known color: Paprika. HEX triplet: 80, 29 and 3C. RGB value is (128,41,60). Sum of RGB (Red+Green+Blue) = 128+41+60=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80293C is #7FD6C3. Grayscale: #454545. Windows color (decimal): -8378052 or 3942784. OLE color: 3942784.

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

Color convert

RGB 128 41 60 -
CMYK 0 0.68 0.53 0.50
HSL 346.9º 0.51% 0.33% -
HSV(B) 346.9º 0.68% 0.5% -
XYZ 10.51 6.5 4.98 -
YUV 69.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 128 41 60 0 0.68 0.53 0.50 346.9 0.51 0.33
Hex 80 29 3C 0 44 35 32 15B 33 21
Octal 200 51 74 0 104 65 62 533 63 41
Binary 10000000 101001 111100 0 1000100 110101 110010 101011011 110011 100001

Color Harmonies of #80293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80293C

Black with #80293C

Text Example


Text Example

White with #80293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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