#802A3B

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

Shades of Paprika #802A3B

Tints of Paprika #802A3B

Color information

#802A3B (or 0x802A3B) is unknown color: approx Paprika. HEX triplet: 80, 2A and 3B. RGB value is (128,42,59). Sum of RGB (Red+Green+Blue) = 128+42+59=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #802A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A3B is #7FD5C4. Grayscale: #454545. Windows color (decimal): -8377797 or 3877504. OLE color: 3877504.

HSL color Cylindrical-coordinate representation of color #802A3B: hue angle of 348.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A3B is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1284259-
CMYK00.670.540.50
HSL348.14º50.59%33.33%-
HSV(B)348.14º67.19%50.2%-
XYZ10.526.564.85-
YUV69.65121.99169.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=55.90%
G=18.34%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128425900.670.540.50348.1450.5933.33
Hex802A3B043363215c3321
Octal2005273010366625346341
Binary1000000010101011101101000011110110110010101011100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802A3B; }

 p { color: rgb(128,42,59); }

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

<style>
 a { background-color: #802A3B; }

 a { background-color: rgb(128,42,59); }

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

<style>
 span { border-color: #802A3B; }

 span { border-color: rgb(128,42,59); }

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