#824B88

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

Shades of Trendy Pink #824B88

Tints of Trendy Pink #824B88

Color information

#824B88 (or 0x824B88) is unknown color: approx Trendy Pink. HEX triplet: 82, 4B and 88. RGB value is (130,75,136). Sum of RGB (Red+Green+Blue) = 130+75+136=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #824B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824B88 is #7DB477. Grayscale: #626262. Windows color (decimal): -8238200 or 8932226. OLE color: 8932226.

HSL color Cylindrical-coordinate representation of color #824B88: hue angle of 294.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824B88 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13075136-
CMYK0.040.4500.47
HSL294.1º28.91%41.37%-
HSV(B)294.1º44.85%53.33%-
XYZ16.1711.5624.67-
YUV98.4149.22150.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=38.12%
G=21.99%
B=39.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130751360.040.4500.47294.128.9141.37
Hex824B8842D02F1261d29
Octal2021132104550574463551
Binary10000010100101110001000100101101010111110010011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824B88; }

 p { color: rgb(130,75,136); }

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

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

 a { background-color: rgb(130,75,136); }

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

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

 span { border-color: rgb(130,75,136); }

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