#813238

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

Shades of Paprika #813238

Tints of Paprika #813238

Color information

#813238 (or 0x813238) is unknown color: approx Paprika. HEX triplet: 81, 32 and 38. RGB value is (129,50,56). Sum of RGB (Red+Green+Blue) = 129+50+56=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #813238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813238 is #7ECDC7. Grayscale: #4A4A4A. Windows color (decimal): -8310216 or 3682945. OLE color: 3682945.

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

Color convert

RGB1295056-
CMYK00.610.570.49
HSL355.44º44.13%35.1%-
HSV(B)355.44º61.24%50.59%-
XYZ10.917.234.56-
YUV74.3117.67167.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=54.89%
G=21.28%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129505600.610.570.49355.4444.1335.1
Hex81323803D39311632c23
Octal201627007571615435443
Binary100000011100101110000111101111001110001101100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813238; }

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

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

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

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

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

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

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

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