#81333E

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

Shades of Paprika #81333E

Tints of Paprika #81333E

Color information

#81333E (or 0x81333E) is unknown color: approx Paprika. HEX triplet: 81, 33 and 3E. RGB value is (129,51,62). Sum of RGB (Red+Green+Blue) = 129+51+62=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #81333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81333E is #7ECCC1. Grayscale: #4B4B4B. Windows color (decimal): -8309954 or 4076417. OLE color: 4076417.

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

Color convert

RGB1295162-
CMYK00.600.520.49
HSL351.54º43.33%35.29%-
HSV(B)351.54º60.47%50.59%-
XYZ11.117.385.4-
YUV75.58120.34166.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.31%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=53.31%
G=21.07%
B=25.62%

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
Decimal129516200.600.520.49351.5443.3335.29
Hex81333E03C34311602b23
Octal201637607464615405343
Binary100000011100111111100111100110100110001101100000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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