Html Css Color HEX #845259 Solid Pink

📋 copy color: '#845259'

red 132 ◦ green 82 ◦ blue 89

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

Shades of Solid Pink #845259

Tints of Solid Pink #845259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

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

R = 43.56%
G = 27.06%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#845259 (or 0x845259) is known color: Solid Pink. HEX triplet: 84, 52 and 59. RGB value is (132,82,89). Sum of RGB (Red+Green+Blue) = 132+82+89=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845259 is #7BADA6. Grayscale: #616161. Windows color (decimal): -8105383 or 5853828. OLE color: 5853828.

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

Color convert

RGB 132 82 89 -
CMYK 0 0.38 0.33 0.48
HSL 351.6º 0.23% 0.42% -
HSV(B) 351.6º 0.38% 0.52% -
XYZ 14.34 11.66 10.95 -
YUV 97.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 132 82 89 0 0.38 0.33 0.48 351.6 0.23 0.42
Hex 84 52 59 0 26 21 30 160 17 2A
Octal 204 122 131 0 46 41 60 540 27 52
Binary 10000100 1010010 1011001 0 100110 100001 110000 101100000 10111 101010

Color Harmonies of #845259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845259

Black with #845259

Text Example


Text Example

White with #845259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845259; }

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

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

background-color css

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

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

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

border-color css

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

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

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