Html Css Color HEX #835059 Solid Pink

📋 copy color: '#835059'

red 131 ◦ green 80 ◦ blue 89

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

Shades of Solid Pink #835059

Tints of Solid Pink #835059

RGB

 RED value IS 131 (51.56% from 255) = 43.67%

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

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

R = 43.67%
G = 26.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#835059 (or 0x835059) is known color: Solid Pink. HEX triplet: 83, 50 and 59. RGB value is (131,80,89). Sum of RGB (Red+Green+Blue) = 131+80+89=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835059 is #7CAFA6. Grayscale: #606060. Windows color (decimal): -8171431 or 5853315. OLE color: 5853315.

HSL color Cylindrical-coordinate representation of color #835059: hue angle of 349.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835059 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 89 -
CMYK 0 0.39 0.32 0.49
HSL 349.41º 0.24% 0.41% -
HSV(B) 349.41º 0.39% 0.51% -
XYZ 14.03 11.28 10.89 -
YUV 96.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 131 80 89 0 0.39 0.32 0.49 349.41 0.24 0.41
Hex 83 50 59 0 27 20 31 15D 18 29
Octal 203 120 131 0 47 40 61 535 30 51
Binary 10000011 1010000 1011001 0 100111 100000 110001 101011101 11000 101001

Color Harmonies of #835059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835059

Black with #835059

Text Example


Text Example

White with #835059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835059; }

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

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

background-color css

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

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

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

border-color css

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

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

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