#812B40

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

Shades of Paprika #812B40

Tints of Paprika #812B40

Color information

#812B40 (or 0x812B40) is unknown color: approx Paprika. HEX triplet: 81, 2B and 40. RGB value is (129,43,64). Sum of RGB (Red+Green+Blue) = 129+43+64=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #812B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B40 is #7ED4BF. Grayscale: #474747. Windows color (decimal): -8312000 or 4205441. OLE color: 4205441.

HSL color Cylindrical-coordinate representation of color #812B40: hue angle of 345.35º degrees, saturation: 0.5, 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 #812B40 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1294364-
CMYK00.670.500.49
HSL345.35º50%33.73%-
HSV(B)345.35º66.67%50.59%-
XYZ10.846.775.58-
YUV71.11123.99169.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.66%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=54.66%
G=18.22%
B=27.12%

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
Decimal129436400.670.500.49345.355033.73
Hex812B4004332311593222
Octal20153100010362615316242
Binary10000001101011100000001000011110010110001101011001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,43,64); }

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

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

 a { background-color: rgb(129,43,64); }

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

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

 span { border-color: rgb(129,43,64); }

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