#835058

Color #835058 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #835058

Tints of Solid Pink #835058

Color information

#835058 (or 0x835058) is unknown color: approx 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

RGB1318088-
CMYK00.390.330.49
HSL350.59º24.17%41.37%-
HSV(B)350.59º38.93%51.37%-
XYZ13.9911.2710.67-
YUV96.16123.4152.85-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131808800.390.330.49350.5924.1741.37
Hex835058027213115f1829
Octal20312013004741615373051
Binary1000001110100001011000010011110000111000110101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>