#812E41

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

Shades of Paprika #812E41

Tints of Paprika #812E41

Color information

#812E41 (or 0x812E41) is unknown color: approx Paprika. HEX triplet: 81, 2E and 41. RGB value is (129,46,65). Sum of RGB (Red+Green+Blue) = 129+46+65=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #812E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E41 is #7ED1BE. Grayscale: #484848. Windows color (decimal): -8311231 or 4271745. OLE color: 4271745.

HSL color Cylindrical-coordinate representation of color #812E41: hue angle of 346.27º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812E41 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1294665-
CMYK00.640.500.49
HSL346.27º47.43%34.31%-
HSV(B)346.27º64.34%50.59%-
XYZ10.9875.77-
YUV72.98123.5167.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=53.75%
G=19.17%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129466500.640.500.49346.2747.4334.31
Hex812E41040323115a2f22
Octal20156101010062615325742
Binary10000001101110100000101000000110010110001101011010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812E41; }

 p { color: rgb(129,46,65); }

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

<style>
 a { background-color: #812E41; }

 a { background-color: rgb(129,46,65); }

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

<style>
 span { border-color: #812E41; }

 span { border-color: rgb(129,46,65); }

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