#812E37

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

Shades of Paprika #812E37

Tints of Paprika #812E37

Color information

#812E37 (or 0x812E37) is unknown color: approx Paprika. HEX triplet: 81, 2E and 37. RGB value is (129,46,55). Sum of RGB (Red+Green+Blue) = 129+46+55=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #812E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E37 is #7ED1C8. Grayscale: #474747. Windows color (decimal): -8311241 or 3616385. OLE color: 3616385.

HSL color Cylindrical-coordinate representation of color #812E37: hue angle of 353.49º 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 #812E37 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1294655-
CMYK00.640.570.49
HSL353.49º47.43%34.31%-
HSV(B)353.49º64.34%50.59%-
XYZ10.726.94.38-
YUV71.84118.5168.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=56.09%
G=20%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129465500.640.570.49353.4947.4334.31
Hex812E3704039311612f22
Octal2015667010071615415742
Binary1000000110111011011101000000111001110001101100001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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