#81343B

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

Shades of Paprika #81343B

Tints of Paprika #81343B

Color information

#81343B (or 0x81343B) is unknown color: approx Paprika. HEX triplet: 81, 34 and 3B. RGB value is (129,52,59). Sum of RGB (Red+Green+Blue) = 129+52+59=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343B is #7ECBC4. Grayscale: #4B4B4B. Windows color (decimal): -8309701 or 3880065. OLE color: 3880065.

HSL color Cylindrical-coordinate representation of color #81343B: hue angle of 354.55º 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 #81343B is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1295259-
CMYK00.600.540.49
HSL354.55º42.54%35.49%-
HSV(B)354.55º59.69%50.59%-
XYZ11.077.444.99-
YUV75.82118.51165.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=53.75%
G=21.67%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129525900.600.540.49354.5542.5435.49
Hex81343B03C36311632b23
Octal201647307466615435343
Binary100000011101001110110111100110110110001101100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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