#81313F

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

Shades of Paprika #81313F

Tints of Paprika #81313F

Color information

#81313F (or 0x81313F) is unknown color: approx Paprika. HEX triplet: 81, 31 and 3F. RGB value is (129,49,63). Sum of RGB (Red+Green+Blue) = 129+49+63=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81313F is #7ECEC0. Grayscale: #4A4A4A. Windows color (decimal): -8310465 or 4141441. OLE color: 4141441.

HSL color Cylindrical-coordinate representation of color #81313F: hue angle of 349.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81313F is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1294963-
CMYK00.620.510.49
HSL349.5º44.94%34.9%-
HSV(B)349.5º62.02%50.59%-
XYZ11.057.225.51-
YUV74.52121.5166.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 63 (25% from 255) = 26.14%
R=53.53%
G=20.33%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129496300.620.510.49349.544.9434.9
Hex81313F03E333115e2d23
Octal201617707663615365543
Binary100000011100011111110111110110011110001101011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81313F; }

 p { color: rgb(129,49,63); }

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

<style>
 a { background-color: #81313F; }

 a { background-color: rgb(129,49,63); }

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

<style>
 span { border-color: #81313F; }

 span { border-color: rgb(129,49,63); }

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