#80253C

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

Shades of Paprika #80253C

Tints of Paprika #80253C

Color information

#80253C (or 0x80253C) is unknown color: approx Paprika. HEX triplet: 80, 25 and 3C. RGB value is (128,37,60). Sum of RGB (Red+Green+Blue) = 128+37+60=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80253C is #7FDAC3. Grayscale: #424242. Windows color (decimal): -8379076 or 3941760. OLE color: 3941760.

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

Color convert

RGB1283760-
CMYK00.710.530.50
HSL344.84º55.15%32.35%-
HSV(B)344.84º71.09%50.2%-
XYZ10.386.244.93-
YUV66.83124.15171.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.89%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=56.89%
G=16.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128376000.710.530.50344.8455.1532.35
Hex80253C04735321593720
Octal2004574010765625316740
Binary1000000010010111110001000111110101110010101011001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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