#81303E

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

Shades of Paprika #81303E

Tints of Paprika #81303E

Color information

#81303E (or 0x81303E) is unknown color: approx Paprika. HEX triplet: 81, 30 and 3E. RGB value is (129,48,62). Sum of RGB (Red+Green+Blue) = 129+48+62=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #81303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81303E is #7ECFC1. Grayscale: #494949. Windows color (decimal): -8310722 or 4075649. OLE color: 4075649.

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

Color convert

RGB1294862-
CMYK00.630.520.49
HSL349.63º45.76%34.71%-
HSV(B)349.63º62.79%50.59%-
XYZ10.987.135.35-
YUV73.82121.34167.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=53.97%
G=20.08%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129486200.630.520.49349.6345.7634.71
Hex81303E03F343115e2e23
Octal201607607764615365643
Binary100000011100001111100111111110100110001101011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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