#812B3B

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

Shades of Paprika #812B3B

Tints of Paprika #812B3B

Color information

#812B3B (or 0x812B3B) is unknown color: approx Paprika. HEX triplet: 81, 2B and 3B. RGB value is (129,43,59). Sum of RGB (Red+Green+Blue) = 129+43+59=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #812B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B3B is #7ED4C4. Grayscale: #464646. Windows color (decimal): -8312005 or 3877761. OLE color: 3877761.

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

Color convert

RGB1294359-
CMYK00.670.540.49
HSL348.84º50%33.73%-
HSV(B)348.84º66.67%50.59%-
XYZ10.716.714.87-
YUV70.54121.49169.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=55.84%
G=18.61%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129435900.670.540.49348.845033.73
Hex812B3B043363115d3222
Octal2015373010366615356242
Binary1000000110101111101101000011110110110001101011101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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