#835254

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

Shades of Solid Pink #835254

Tints of Solid Pink #835254

Color information

#835254 (or 0x835254) is unknown color: approx Solid Pink. HEX triplet: 83, 52 and 54. RGB value is (131,82,84). Sum of RGB (Red+Green+Blue) = 131+82+84=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #835254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835254 is #7CADAB. Grayscale: #606060. Windows color (decimal): -8170924 or 5526147. OLE color: 5526147.

HSL color Cylindrical-coordinate representation of color #835254: hue angle of 357.55º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835254 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1318284-
CMYK00.370.360.49
HSL357.55º23%41.76%-
HSV(B)357.55º37.4%51.37%-
XYZ13.9811.59.87-
YUV96.88120.73152.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=44.11%
G=27.61%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131828400.370.360.49357.552341.76
Hex8352540252431166172a
Octal20312212404544615462752
Binary1000001110100101010100010010110010011000110110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835254; }

 p { color: rgb(131,82,84); }

 H1.HeaderClassName
 {
   color: #835254;
 }
 .AnyTagClassName
 {
   color: #835254;
 }
</style>
background-color css

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

 a { background-color: rgb(131,82,84); }

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

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

 span { border-color: rgb(131,82,84); }

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