#81343E

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

Shades of Paprika #81343E

Tints of Paprika #81343E

Color information

#81343E (or 0x81343E) is unknown color: approx Paprika. HEX triplet: 81, 34 and 3E. RGB value is (129,52,62). Sum of RGB (Red+Green+Blue) = 129+52+62=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #81343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343E is #7ECBC1. Grayscale: #4C4C4C. Windows color (decimal): -8309698 or 4076673. OLE color: 4076673.

HSL color Cylindrical-coordinate representation of color #81343E: hue angle of 352.21º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81343E is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1295262-
CMYK00.600.520.49
HSL352.21º42.54%35.49%-
HSV(B)352.21º59.69%50.59%-
XYZ11.157.475.41-
YUV76.16120.01165.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=53.09%
G=21.40%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129526200.600.520.49352.2142.5435.49
Hex81343E03C34311602b23
Octal201647607464615405343
Binary100000011101001111100111100110100110001101100000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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