#96454B

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

Shades of Solid Pink #96454B

Tints of Solid Pink #96454B

Color information

#96454B (or 0x96454B) is unknown color: approx Solid Pink. HEX triplet: 96, 45 and 4B. RGB value is (150,69,75). Sum of RGB (Red+Green+Blue) = 150+69+75=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96454B is #69BAB4. Grayscale: #5D5D5D. Windows color (decimal): -6929077 or 4933014. OLE color: 4933014.

HSL color Cylindrical-coordinate representation of color #96454B: hue angle of 355.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96454B is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1506975-
CMYK00.540.50.41
HSL355.56º36.99%42.94%-
HSV(B)355.56º54%58.82%-
XYZ15.9811.257.99-
YUV93.9117.34168.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=51.02%
G=23.47%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150697500.540.50.41355.5636.9942.94
Hex96454B0363229164252b
Octal22610511306662515444553
Binary10010110100010110010110110110110010101001101100100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96454B; }

 p { color: rgb(150,69,75); }

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

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

 a { background-color: rgb(150,69,75); }

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

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

 span { border-color: rgb(150,69,75); }

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