Html Css Color HEX #80323A Paprika

📋 copy color: '#80323A'

red 128 ◦ green 50 ◦ blue 58

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

Shades of Paprika #80323A

Tints of Paprika #80323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 54.24%
G = 21.19%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80323A (or 0x80323A) is known color: Paprika. HEX triplet: 80, 32 and 3A. RGB value is (128,50,58). Sum of RGB (Red+Green+Blue) = 128+50+58=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80323A is #7FCDC5. Grayscale: #4A4A4A. Windows color (decimal): -8375750 or 3814016. OLE color: 3814016.

HSL color Cylindrical-coordinate representation of color #80323A: hue angle of 353.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80323A is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 58 -
CMYK 0 0.61 0.55 0.50
HSL 353.85º 0.44% 0.35% -
HSV(B) 353.85º 0.61% 0.5% -
XYZ 10.81 7.18 4.82 -
YUV 74.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 128 50 58 0 0.61 0.55 0.50 353.85 0.44 0.35
Hex 80 32 3A 0 3D 37 32 162 2C 23
Octal 200 62 72 0 75 67 62 542 54 43
Binary 10000000 110010 111010 0 111101 110111 110010 101100010 101100 100011

Color Harmonies of #80323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80323A

Black with #80323A

Text Example


Text Example

White with #80323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80323A; }

 p { color: rgb(128,50,58); }

 H1.HeaderClassName
 {
   color: #80323A;
 }
 .AnyTagClassName
 {
   color: #80323A;
 }
</style>

background-color css

<style>
 a { background-color: #80323A; }

 a { background-color: rgb(128,50,58); }

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

border-color css

<style>
 span { border-color: #80323A; }

 span { border-color: rgb(128,50,58); }

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