Html Css Color HEX #80323C Paprika

📋 copy color: '#80323C'

red 128 ◦ green 50 ◦ blue 60

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

Shades of Paprika #80323C

Tints of Paprika #80323C

RGB

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

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

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

R = 53.78%
G = 21.01%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80323C (or 0x80323C) is known color: Paprika. HEX triplet: 80, 32 and 3C. RGB value is (128,50,60). Sum of RGB (Red+Green+Blue) = 128+50+60=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80323C is #7FCDC3. Grayscale: #4A4A4A. Windows color (decimal): -8375748 or 3945088. OLE color: 3945088.

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

Color convert

RGB 128 50 60 -
CMYK 0 0.61 0.53 0.50
HSL 352.31º 0.44% 0.35% -
HSV(B) 352.31º 0.61% 0.5% -
XYZ 10.86 7.2 5.09 -
YUV 74.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 128 50 60 0 0.61 0.53 0.50 352.31 0.44 0.35
Hex 80 32 3C 0 3D 35 32 160 2C 23
Octal 200 62 74 0 75 65 62 540 54 43
Binary 10000000 110010 111100 0 111101 110101 110010 101100000 101100 100011

Color Harmonies of #80323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80323C

Black with #80323C

Text Example


Text Example

White with #80323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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