Html Css Color HEX #805259 Solid Pink

📋 copy color: '#805259'

red 128 ◦ green 82 ◦ blue 89

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

Shades of Solid Pink #805259

Tints of Solid Pink #805259

RGB

 RED value IS 128 (50.39% from 255) = 42.81%

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

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

R = 42.81%
G = 27.42%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#805259 (or 0x805259) is known color: Solid Pink. HEX triplet: 80, 52 and 59. RGB value is (128,82,89). Sum of RGB (Red+Green+Blue) = 128+82+89=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #805259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805259 is #7FADA6. Grayscale: #606060. Windows color (decimal): -8367527 or 5853824. OLE color: 5853824.

HSL color Cylindrical-coordinate representation of color #805259: hue angle of 350.87º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805259 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 89 -
CMYK 0 0.36 0.30 0.50
HSL 350.87º 0.22% 0.41% -
HSV(B) 350.87º 0.36% 0.5% -
XYZ 13.72 11.35 10.92 -
YUV 96.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 128 82 89 0 0.36 0.30 0.50 350.87 0.22 0.41
Hex 80 52 59 0 24 1E 32 15F 16 29
Octal 200 122 131 0 44 36 62 537 26 51
Binary 10000000 1010010 1011001 0 100100 11110 110010 101011111 10110 101001

Color Harmonies of #805259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805259

Black with #805259

Text Example


Text Example

White with #805259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805259; }

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

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

background-color css

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

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

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

border-color css

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

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

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