#844A4B

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

Shades of Solid Pink #844A4B

Tints of Solid Pink #844A4B

Color information

#844A4B (or 0x844A4B) is unknown color: approx Solid Pink. HEX triplet: 84, 4A and 4B. RGB value is (132,74,75). Sum of RGB (Red+Green+Blue) = 132+74+75=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #844A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A4B is #7BB5B4. Grayscale: #5B5B5B. Windows color (decimal): -8107445 or 4934276. OLE color: 4934276.

HSL color Cylindrical-coordinate representation of color #844A4B: hue angle of 358.97º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A4B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB1327475-
CMYK00.440.430.48
HSL358.97º28.16%40.39%-
HSV(B)358.97º43.94%51.76%-
XYZ13.2310.317.95-
YUV91.46118.72156.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=46.98%
G=26.33%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132747500.440.430.48358.9728.1640.39
Hex844A4B02C2B301671c28
Octal20411211305453605473450
Binary1000010010010101001011010110010101111000010110011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844A4B; }

 p { color: rgb(132,74,75); }

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

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

 a { background-color: rgb(132,74,75); }

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

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

 span { border-color: rgb(132,74,75); }

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