#80243C

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

Shades of Paprika #80243C

Tints of Paprika #80243C

Color information

#80243C (or 0x80243C) is unknown color: approx Paprika. HEX triplet: 80, 24 and 3C. RGB value is (128,36,60). Sum of RGB (Red+Green+Blue) = 128+36+60=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80243C is #7FDBC3. Grayscale: #424242. Windows color (decimal): -8379332 or 3941504. OLE color: 3941504.

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

Color convert

RGB1283660-
CMYK00.720.530.50
HSL344.35º56.1%32.16%-
HSV(B)344.35º71.88%50.2%-
XYZ10.356.184.92-
YUV66.24124.48172.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.14%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=57.14%
G=16.07%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128366000.720.530.50344.3556.132.16
Hex80243C04835321583820
Octal2004474011065625307040
Binary1000000010010011110001001000110101110010101011000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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