#81333C

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

Shades of Paprika #81333C

Tints of Paprika #81333C

Color information

#81333C (or 0x81333C) is unknown color: approx Paprika. HEX triplet: 81, 33 and 3C. RGB value is (129,51,60). Sum of RGB (Red+Green+Blue) = 129+51+60=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81333C is #7ECCC3. Grayscale: #4B4B4B. Windows color (decimal): -8309956 or 3945345. OLE color: 3945345.

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

Color convert

RGB1295160-
CMYK00.600.530.49
HSL353.08º43.33%35.29%-
HSV(B)353.08º60.47%50.59%-
XYZ11.057.365.11-
YUV75.35119.34166.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 60 (23.83% from 255) = 25%
R=53.75%
G=21.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129516000.600.530.49353.0843.3335.29
Hex81333C03C35311612b23
Octal201637407465615415343
Binary100000011100111111000111100110101110001101100001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81333C; }

 p { color: rgb(129,51,60); }

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

<style>
 a { background-color: #81333C; }

 a { background-color: rgb(129,51,60); }

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

<style>
 span { border-color: #81333C; }

 span { border-color: rgb(129,51,60); }

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