#845153

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

Shades of Solid Pink #845153

Tints of Solid Pink #845153

Color information

#845153 (or 0x845153) is unknown color: approx Solid Pink. HEX triplet: 84, 51 and 53. RGB value is (132,81,83). Sum of RGB (Red+Green+Blue) = 132+81+83=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #845153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845153 is #7BAEAC. Grayscale: #606060. Windows color (decimal): -8105645 or 5460356. OLE color: 5460356.

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

Color convert

RGB1328183-
CMYK00.390.370.48
HSL357.65º23.94%41.76%-
HSV(B)357.65º38.64%51.76%-
XYZ14.0211.419.65-
YUV96.48120.4153.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 83 (32.81% from 255) = 28.04%
R=44.59%
G=27.36%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132818300.390.370.48357.6523.9441.76
Hex8451530272530166182a
Octal20412112304745605463052
Binary1000010010100011010011010011110010111000010110011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845153; }

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

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

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

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

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

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

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

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