#80253F

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

Shades of Paprika #80253F

Tints of Paprika #80253F

Color information

#80253F (or 0x80253F) is unknown color: approx Paprika. HEX triplet: 80, 25 and 3F. RGB value is (128,37,63). Sum of RGB (Red+Green+Blue) = 128+37+63=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80253F is #7FDAC0. Grayscale: #434343. Windows color (decimal): -8379073 or 4138368. OLE color: 4138368.

HSL color Cylindrical-coordinate representation of color #80253F: hue angle of 342.86º 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 #80253F is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB1283763-
CMYK00.710.510.50
HSL342.86º55.15%32.35%-
HSV(B)342.86º71.09%50.2%-
XYZ10.466.275.36-
YUV67.17125.65171.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 63 (25% from 255) = 27.63%
R=56.14%
G=16.23%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128376300.710.510.50342.8655.1532.35
Hex80253F04733321573720
Octal2004577010763625276740
Binary1000000010010111111101000111110011110010101010111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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