#844581

Color #844581 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #844581

Tints of Trendy Pink #844581

Color information

#844581 (or 0x844581) is unknown color: approx Trendy Pink. HEX triplet: 84, 45 and 81. RGB value is (132,69,129). Sum of RGB (Red+Green+Blue) = 132+69+129=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #844581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844581 is #7BBA7E. Grayscale: #5E5E5E. Windows color (decimal): -8108671 or 8471940. OLE color: 8471940.

HSL color Cylindrical-coordinate representation of color #844581: hue angle of 302.86º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844581 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13269129-
CMYK00.480.020.48
HSL302.86º31.34%39.41%-
HSV(B)302.86º47.73%51.76%-
XYZ15.6110.7522.02-
YUV94.68147.37154.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=40%
G=20.91%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326912900.480.020.48302.8631.3439.41
Hex84458103023012f1f27
Octal2041052010602604573747
Binary1000010010001011000000101100001011000010010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844581; }

 p { color: rgb(132,69,129); }

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

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

 a { background-color: rgb(132,69,129); }

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

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

 span { border-color: rgb(132,69,129); }

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