#80263E

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

Shades of Paprika #80263E

Tints of Paprika #80263E

Color information

#80263E (or 0x80263E) is unknown color: approx Paprika. HEX triplet: 80, 26 and 3E. RGB value is (128,38,62). Sum of RGB (Red+Green+Blue) = 128+38+62=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80263E is #7FD9C1. Grayscale: #434343. Windows color (decimal): -8378818 or 4073088. OLE color: 4073088.

HSL color Cylindrical-coordinate representation of color #80263E: hue angle of 344º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80263E is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1283862-
CMYK00.700.520.50
HSL344º54.22%32.55%-
HSV(B)344º70.31%50.2%-
XYZ10.466.325.23-
YUV67.65124.82171.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.14%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=56.14%
G=16.67%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128386200.700.520.5034454.2232.55
Hex80263E04634321583621
Octal2004676010664625306641
Binary1000000010011011111001000110110100110010101011000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80263E; }

 p { color: rgb(128,38,62); }

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

<style>
 a { background-color: #80263E; }

 a { background-color: rgb(128,38,62); }

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

<style>
 span { border-color: #80263E; }

 span { border-color: rgb(128,38,62); }

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