Html Css Color HEX #80323E Paprika

📋 copy color: '#80323E'

red 128 ◦ green 50 ◦ blue 62

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

Shades of Paprika #80323E

Tints of Paprika #80323E

RGB

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

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

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

R = 53.33%
G = 20.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80323E (or 0x80323E) is known color: Paprika. HEX triplet: 80, 32 and 3E. RGB value is (128,50,62). Sum of RGB (Red+Green+Blue) = 128+50+62=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80323E is #7FCDC1. Grayscale: #4A4A4A. Windows color (decimal): -8375746 or 4076160. OLE color: 4076160.

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

Color convert

RGB 128 50 62 -
CMYK 0 0.61 0.52 0.50
HSL 350.77º 0.44% 0.35% -
HSV(B) 350.77º 0.61% 0.5% -
XYZ 10.91 7.22 5.38 -
YUV 74.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 128 50 62 0 0.61 0.52 0.50 350.77 0.44 0.35
Hex 80 32 3E 0 3D 34 32 15F 2C 23
Octal 200 62 76 0 75 64 62 537 54 43
Binary 10000000 110010 111110 0 111101 110100 110010 101011111 101100 100011

Color Harmonies of #80323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80323E

Black with #80323E

Text Example


Text Example

White with #80323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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