#80253B

Color #80253B Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #80253B

Tints of Paprika #80253B

Color information

#80253B (or 0x80253B) is unknown color: approx Paprika. HEX triplet: 80, 25 and 3B. RGB value is (128,37,59). Sum of RGB (Red+Green+Blue) = 128+37+59=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80253B is #7FDAC4. Grayscale: #424242. Windows color (decimal): -8379077 or 3876224. OLE color: 3876224.

HSL color Cylindrical-coordinate representation of color #80253B: hue angle of 345.49º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80253B is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1283759-
CMYK00.710.540.50
HSL345.49º55.15%32.35%-
HSV(B)345.49º71.09%50.2%-
XYZ10.356.234.79-
YUV66.72123.65171.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=57.14%
G=16.52%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128375900.710.540.50345.4955.1532.35
Hex80253B04736321593720
Octal2004573010766625316740
Binary1000000010010111101101000111110110110010101011001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80253B;
 }
 .AnyTagClassName
 {
   color: #80253B;
 }
</style>
background-color css

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

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

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

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

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

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