#812A3C

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

Shades of Paprika #812A3C

Tints of Paprika #812A3C

Color information

#812A3C (or 0x812A3C) is unknown color: approx Paprika. HEX triplet: 81, 2A and 3C. RGB value is (129,42,60). Sum of RGB (Red+Green+Blue) = 129+42+60=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #812A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A3C is #7ED5C3. Grayscale: #464646. Windows color (decimal): -8312260 or 3943041. OLE color: 3943041.

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

Color convert

RGB1294260-
CMYK00.670.530.49
HSL347.59º50.88%33.53%-
HSV(B)347.59º67.44%50.59%-
XYZ10.76.654.99-
YUV70.06122.32170.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=55.84%
G=18.18%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129426000.670.530.49347.5950.8833.53
Hex812A3C043353115c3322
Octal2015274010365615346342
Binary1000000110101011110001000011110101110001101011100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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