#812C3B

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

Shades of Paprika #812C3B

Tints of Paprika #812C3B

Color information

#812C3B (or 0x812C3B) is unknown color: approx Paprika. HEX triplet: 81, 2C and 3B. RGB value is (129,44,59). Sum of RGB (Red+Green+Blue) = 129+44+59=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #812C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C3B is #7ED3C4. Grayscale: #474747. Windows color (decimal): -8311749 or 3878017. OLE color: 3878017.

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

Color convert

RGB1294459-
CMYK00.660.540.49
HSL349.41º49.13%33.92%-
HSV(B)349.41º65.89%50.59%-
XYZ10.746.784.88-
YUV71.12121.16169.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=55.60%
G=18.97%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129445900.660.540.49349.4149.1333.92
Hex812C3B042363115d3122
Octal2015473010266615356142
Binary1000000110110011101101000010110110110001101011101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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