#81243F

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

Shades of Paprika #81243F

Tints of Paprika #81243F

Color information

#81243F (or 0x81243F) is unknown color: approx Paprika. HEX triplet: 81, 24 and 3F. RGB value is (129,36,63). Sum of RGB (Red+Green+Blue) = 129+36+63=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #81243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81243F is #7EDBC0. Grayscale: #424242. Windows color (decimal): -8313793 or 4138113. OLE color: 4138113.

HSL color Cylindrical-coordinate representation of color #81243F: hue angle of 342.58º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81243F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1293663-
CMYK00.720.510.49
HSL342.58º56.36%32.35%-
HSV(B)342.58º72.09%50.59%-
XYZ10.586.295.36-
YUV66.88125.81172.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 63 (25% from 255) = 27.63%
R=56.58%
G=15.79%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129366300.720.510.49342.5856.3632.35
Hex81243F04833311573820
Octal2014477011063615277040
Binary1000000110010011111101001000110011110001101010111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81243F; }

 p { color: rgb(129,36,63); }

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

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

 a { background-color: rgb(129,36,63); }

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

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

 span { border-color: rgb(129,36,63); }

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