#835052

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

Shades of Solid Pink #835052

Tints of Solid Pink #835052

Color information

#835052 (or 0x835052) is unknown color: approx Solid Pink. HEX triplet: 83, 50 and 52. RGB value is (131,80,82). Sum of RGB (Red+Green+Blue) = 131+80+82=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #835052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835052 is #7CAFAD. Grayscale: #5F5F5F. Windows color (decimal): -8171438 or 5394563. OLE color: 5394563.

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

Color convert

RGB1318082-
CMYK00.390.370.49
HSL357.65º24.17%41.37%-
HSV(B)357.65º38.93%51.37%-
XYZ13.7511.179.41-
YUV95.48120.4153.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=44.71%
G=27.30%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131808200.390.370.49357.6524.1741.37
Hex83505202725311661829
Octal20312012204745615463051
Binary1000001110100001010010010011110010111000110110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835052; }

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

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

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

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

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

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

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

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