#813039

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

Shades of Paprika #813039

Tints of Paprika #813039

Color information

#813039 (or 0x813039) is unknown color: approx Paprika. HEX triplet: 81, 30 and 39. RGB value is (129,48,57). Sum of RGB (Red+Green+Blue) = 129+48+57=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813039 is #7ECFC6. Grayscale: #494949. Windows color (decimal): -8310727 or 3747969. OLE color: 3747969.

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

Color convert

RGB1294857-
CMYK00.630.560.49
HSL353.33º45.76%34.71%-
HSV(B)353.33º62.79%50.59%-
XYZ10.857.084.66-
YUV73.24118.84167.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=55.13%
G=20.51%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129485700.630.560.49353.3345.7634.71
Hex81303903F38311612e23
Octal201607107770615415643
Binary100000011100001110010111111111000110001101100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813039; }

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

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

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

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

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

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

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

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