#813037

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

Shades of Paprika #813037

Tints of Paprika #813037

Color information

#813037 (or 0x813037) is unknown color: approx Paprika. HEX triplet: 81, 30 and 37. RGB value is (129,48,55). Sum of RGB (Red+Green+Blue) = 129+48+55=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #813037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813037 is #7ECFC8. Grayscale: #494949. Windows color (decimal): -8310729 or 3616897. OLE color: 3616897.

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

Color convert

RGB1294855-
CMYK00.630.570.49
HSL354.81º45.76%34.71%-
HSV(B)354.81º62.79%50.59%-
XYZ10.87.064.41-
YUV73.02117.84167.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=55.60%
G=20.69%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129485500.630.570.49354.8145.7634.71
Hex81303703F39311632e23
Octal201606707771615435643
Binary100000011100001101110111111111001110001101100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813037; }

 p { color: rgb(129,48,55); }

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

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

 a { background-color: rgb(129,48,55); }

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

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

 span { border-color: rgb(129,48,55); }

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