#812A41

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

Shades of Paprika #812A41

Tints of Paprika #812A41

Color information

#812A41 (or 0x812A41) is unknown color: approx Paprika. HEX triplet: 81, 2A and 41. RGB value is (129,42,65). Sum of RGB (Red+Green+Blue) = 129+42+65=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #812A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A41 is #7ED5BE. Grayscale: #464646. Windows color (decimal): -8312255 or 4270721. OLE color: 4270721.

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

Color convert

RGB1294265-
CMYK00.670.500.49
HSL344.14º50.88%33.53%-
HSV(B)344.14º67.44%50.59%-
XYZ10.846.75.72-
YUV70.63124.82169.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.66%
GREEN value IS 42 (16.80% from 255) = 17.80%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=54.66%
G=17.80%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129426500.670.500.49344.1450.8833.53
Hex812A4104332311583322
Octal20152101010362615306342
Binary10000001101010100000101000011110010110001101011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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