#812B42

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

Shades of Paprika #812B42

Tints of Paprika #812B42

Color information

#812B42 (or 0x812B42) is unknown color: approx Paprika. HEX triplet: 81, 2B and 42. RGB value is (129,43,66). Sum of RGB (Red+Green+Blue) = 129+43+66=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #812B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B42 is #7ED4BD. Grayscale: #474747. Windows color (decimal): -8311998 or 4336513. OLE color: 4336513.

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

Color convert

RGB1294366-
CMYK00.670.490.49
HSL343.95º50%33.73%-
HSV(B)343.95º66.67%50.59%-
XYZ10.96.795.89-
YUV71.34124.99169.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.20%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=54.20%
G=18.07%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129436600.670.490.49343.955033.73
Hex812B4204331311583222
Octal20153102010361615306242
Binary10000001101011100001001000011110001110001101011000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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