Html Css Color HEX #80293B Paprika

📋 copy color: '#80293B'

red 128 ◦ green 41 ◦ blue 59

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

Shades of Paprika #80293B

Tints of Paprika #80293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 56.14%
G = 17.98%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#80293B (or 0x80293B) is known color: Paprika. HEX triplet: 80, 29 and 3B. RGB value is (128,41,59). Sum of RGB (Red+Green+Blue) = 128+41+59=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80293B is #7FD6C4. Grayscale: #454545. Windows color (decimal): -8378053 or 3877248. OLE color: 3877248.

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

Color convert

RGB 128 41 59 -
CMYK 0 0.68 0.54 0.50
HSL 347.59º 0.51% 0.33% -
HSV(B) 347.59º 0.68% 0.5% -
XYZ 10.48 6.49 4.84 -
YUV 69.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 128 41 59 0 0.68 0.54 0.50 347.59 0.51 0.33
Hex 80 29 3B 0 44 36 32 15C 33 21
Octal 200 51 73 0 104 66 62 534 63 41
Binary 10000000 101001 111011 0 1000100 110110 110010 101011100 110011 100001

Color Harmonies of #80293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80293B

Black with #80293B

Text Example


Text Example

White with #80293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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