#813038

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

Shades of Paprika #813038

Tints of Paprika #813038

Color information

#813038 (or 0x813038) is unknown color: approx Paprika. HEX triplet: 81, 30 and 38. RGB value is (129,48,56). Sum of RGB (Red+Green+Blue) = 129+48+56=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813038 is #7ECFC7. Grayscale: #494949. Windows color (decimal): -8310728 or 3682433. OLE color: 3682433.

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

Color convert

RGB1294856-
CMYK00.630.570.49
HSL354.07º45.76%34.71%-
HSV(B)354.07º62.79%50.59%-
XYZ10.827.074.53-
YUV73.13118.34167.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=55.36%
G=20.60%
B=24.03%

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
Decimal129485600.630.570.49354.0745.7634.71
Hex81303803F39311622e23
Octal201607007771615425643
Binary100000011100001110000111111111001110001101100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813038; }

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

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

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

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

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

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

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

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