Html Css Color HEX #80353C Paprika

📋 copy color: '#80353C'

red 128 ◦ green 53 ◦ blue 60

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

Shades of Paprika #80353C

Tints of Paprika #80353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 53.11%
G = 21.99%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80353C (or 0x80353C) is known color: Paprika. HEX triplet: 80, 35 and 3C. RGB value is (128,53,60). Sum of RGB (Red+Green+Blue) = 128+53+60=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353C is #7FCAC3. Grayscale: #4C4C4C. Windows color (decimal): -8374980 or 3945856. OLE color: 3945856.

HSL color Cylindrical-coordinate representation of color #80353C: hue angle of 354.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80353C is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 60 -
CMYK 0 0.59 0.53 0.50
HSL 354.4º 0.41% 0.35% -
HSV(B) 354.4º 0.59% 0.5% -
XYZ 10.99 7.46 5.14 -
YUV 76.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 128 53 60 0 0.59 0.53 0.50 354.4 0.41 0.35
Hex 80 35 3C 0 3B 35 32 162 29 23
Octal 200 65 74 0 73 65 62 542 51 43
Binary 10000000 110101 111100 0 111011 110101 110010 101100010 101001 100011

Color Harmonies of #80353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80353C

Black with #80353C

Text Example


Text Example

White with #80353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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