Html Css Color HEX #845059 Solid Pink

📋 copy color: '#845059'

red 132 ◦ green 80 ◦ blue 89

#845059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #845059

Tints of Solid Pink #845059

RGB

 RED value IS 132 (51.95% from 255) = 43.85%

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 43.85%
G = 26.58%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#845059 (or 0x845059) is known color: Solid Pink. HEX triplet: 84, 50 and 59. RGB value is (132,80,89). Sum of RGB (Red+Green+Blue) = 132+80+89=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845059 is #7BAFA6. Grayscale: #606060. Windows color (decimal): -8105895 or 5853316. OLE color: 5853316.

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

Color convert

RGB 132 80 89 -
CMYK 0 0.39 0.33 0.48
HSL 349.62º 0.25% 0.42% -
HSV(B) 349.62º 0.39% 0.52% -
XYZ 14.19 11.36 10.9 -
YUV 96.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 132 80 89 0 0.39 0.33 0.48 349.62 0.25 0.42
Hex 84 50 59 0 27 21 30 15E 19 2A
Octal 204 120 131 0 47 41 60 536 31 52
Binary 10000100 1010000 1011001 0 100111 100001 110000 101011110 11001 101010

Color Harmonies of #845059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845059

Black with #845059

Text Example


Text Example

White with #845059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845059; }

 p { color: rgb(132,80,89); }

 H1.HeaderClassName
 {
   color: #845059;
 }
 .AnyTagClassName
 {
   color: #845059;
 }
</style>

background-color css

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

 a { background-color: rgb(132,80,89); }

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

border-color css

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

 span { border-color: rgb(132,80,89); }

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