#80333D

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

Shades of Paprika #80333D

Tints of Paprika #80333D

Color information

#80333D (or 0x80333D) is unknown color: approx Paprika. HEX triplet: 80, 33 and 3D. RGB value is (128,51,61). Sum of RGB (Red+Green+Blue) = 128+51+61=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80333D is #7FCCC2. Grayscale: #4B4B4B. Windows color (decimal): -8375491 or 4010880. OLE color: 4010880.

HSL color Cylindrical-coordinate representation of color #80333D: hue angle of 352.21º 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 #80333D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1285161-
CMYK00.600.520.50
HSL352.21º43.02%35.1%-
HSV(B)352.21º60.16%50.2%-
XYZ10.937.295.25-
YUV75.16120.01165.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=53.33%
G=21.25%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128516100.600.520.50352.2143.0235.1
Hex80333D03C34321602b23
Octal200637507464625405343
Binary100000001100111111010111100110100110010101100000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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