#845358

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

Shades of Solid Pink #845358

Tints of Solid Pink #845358

Color information

#845358 (or 0x845358) is unknown color: approx Solid Pink. HEX triplet: 84, 53 and 58. RGB value is (132,83,88). Sum of RGB (Red+Green+Blue) = 132+83+88=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845358 is #7BACA7. Grayscale: #626262. Windows color (decimal): -8105128 or 5788548. OLE color: 5788548.

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

Color convert

RGB1328388-
CMYK00.370.330.48
HSL353.88º22.79%42.16%-
HSV(B)353.88º37.12%51.76%-
XYZ14.3711.810.75-
YUV98.22122.23152.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=43.56%
G=27.39%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132838800.370.330.48353.8822.7942.16
Hex8453580252130162172a
Octal20412313004541605422752
Binary1000010010100111011000010010110000111000010110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845358; }

 p { color: rgb(132,83,88); }

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

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

 a { background-color: rgb(132,83,88); }

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

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

 span { border-color: rgb(132,83,88); }

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