#845253

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

Shades of Solid Pink #845253

Tints of Solid Pink #845253

Color information

#845253 (or 0x845253) is unknown color: approx Solid Pink. HEX triplet: 84, 52 and 53. RGB value is (132,82,83). Sum of RGB (Red+Green+Blue) = 132+82+83=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #845253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845253 is #7BADAC. Grayscale: #616161. Windows color (decimal): -8105389 or 5460612. OLE color: 5460612.

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

Color convert

RGB1328283-
CMYK00.380.370.48
HSL358.8º23.36%41.96%-
HSV(B)358.8º37.88%51.76%-
XYZ14.0911.569.67-
YUV97.06120.06152.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=44.44%
G=27.61%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132828300.380.370.48358.823.3641.96
Hex8452530262530167172a
Octal20412212304645605472752
Binary1000010010100101010011010011010010111000010110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845253; }

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

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

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

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

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

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

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

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