#812C3D

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

Shades of Paprika #812C3D

Tints of Paprika #812C3D

Color information

#812C3D (or 0x812C3D) is unknown color: approx Paprika. HEX triplet: 81, 2C and 3D. RGB value is (129,44,61). Sum of RGB (Red+Green+Blue) = 129+44+61=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #812C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C3D is #7ED3C2. Grayscale: #474747. Windows color (decimal): -8311747 or 4009089. OLE color: 4009089.

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

Color convert

RGB1294461-
CMYK00.660.530.49
HSL348º49.13%33.92%-
HSV(B)348º65.89%50.59%-
XYZ10.86.815.16-
YUV71.35122.16169.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=55.13%
G=18.80%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129446100.660.530.4934849.1333.92
Hex812C3D042353115c3122
Octal2015475010265615346142
Binary1000000110110011110101000010110101110001101011100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,44,61); }

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

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

 a { background-color: rgb(129,44,61); }

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

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

 span { border-color: rgb(129,44,61); }

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