#81353E

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

Shades of Paprika #81353E

Tints of Paprika #81353E

Color information

#81353E (or 0x81353E) is unknown color: approx Paprika. HEX triplet: 81, 35 and 3E. RGB value is (129,53,62). Sum of RGB (Red+Green+Blue) = 129+53+62=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #81353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81353E is #7ECAC1. Grayscale: #4C4C4C. Windows color (decimal): -8309442 or 4076929. OLE color: 4076929.

HSL color Cylindrical-coordinate representation of color #81353E: hue angle of 352.89º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81353E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1295362-
CMYK00.590.520.49
HSL352.89º41.76%35.69%-
HSV(B)352.89º58.91%50.59%-
XYZ11.27.565.43-
YUV76.75119.68165.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=52.87%
G=21.72%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129536200.590.520.49352.8941.7635.69
Hex81353E03B34311612a24
Octal201657607364615415244
Binary100000011101011111100111011110100110001101100001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81353E; }

 p { color: rgb(129,53,62); }

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

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

 a { background-color: rgb(129,53,62); }

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

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

 span { border-color: rgb(129,53,62); }

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