Html Css Color HEX #835058 Solid Pink

📋 copy color: '#835058'

red 131 ◦ green 80 ◦ blue 88

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

Shades of Solid Pink #835058

Tints of Solid Pink #835058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 43.81%
G = 26.76%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#835058 (or 0x835058) is known color: Solid Pink. HEX triplet: 83, 50 and 58. RGB value is (131,80,88). Sum of RGB (Red+Green+Blue) = 131+80+88=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #835058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835058 is #7CAFA7. Grayscale: #606060. Windows color (decimal): -8171432 or 5787779. OLE color: 5787779.

HSL color Cylindrical-coordinate representation of color #835058: hue angle of 350.59º 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 #835058 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 88 -
CMYK 0 0.39 0.33 0.49
HSL 350.59º 0.24% 0.41% -
HSV(B) 350.59º 0.39% 0.51% -
XYZ 13.99 11.27 10.67 -
YUV 96.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 131 80 88 0 0.39 0.33 0.49 350.59 0.24 0.41
Hex 83 50 58 0 27 21 31 15F 18 29
Octal 203 120 130 0 47 41 61 537 30 51
Binary 10000011 1010000 1011000 0 100111 100001 110001 101011111 11000 101001

Color Harmonies of #835058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835058

Black with #835058

Text Example


Text Example

White with #835058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835058; }

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

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

background-color css

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

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

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

border-color css

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

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

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