#812A38

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

Shades of Paprika #812A38

Tints of Paprika #812A38

Color information

#812A38 (or 0x812A38) is unknown color: approx Paprika. HEX triplet: 81, 2A and 38. RGB value is (129,42,56). Sum of RGB (Red+Green+Blue) = 129+42+56=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #812A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A38 is #7ED5C7. Grayscale: #454545. Windows color (decimal): -8312264 or 3680897. OLE color: 3680897.

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

Color convert

RGB1294256-
CMYK00.670.570.49
HSL350.34º50.88%33.53%-
HSV(B)350.34º67.44%50.59%-
XYZ10.66.614.46-
YUV69.61120.32170.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=56.83%
G=18.50%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129425600.670.570.49350.3450.8833.53
Hex812A38043393115e3322
Octal2015270010371615366342
Binary1000000110101011100001000011111001110001101011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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