#80333C

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

Shades of Paprika #80333C

Tints of Paprika #80333C

Color information

#80333C (or 0x80333C) is unknown color: approx Paprika. HEX triplet: 80, 33 and 3C. RGB value is (128,51,60). Sum of RGB (Red+Green+Blue) = 128+51+60=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80333C is #7FCCC3. Grayscale: #4B4B4B. Windows color (decimal): -8375492 or 3945344. OLE color: 3945344.

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

Color convert

RGB1285160-
CMYK00.600.530.50
HSL352.99º43.02%35.1%-
HSV(B)352.99º60.16%50.2%-
XYZ10.97.285.11-
YUV75.05119.51165.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=53.56%
G=21.34%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128516000.600.530.50352.9943.0235.1
Hex80333C03C35321612b23
Octal200637407465625415343
Binary100000001100111111000111100110101110010101100001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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