#96484D

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

Shades of Solid Pink #96484D

Tints of Solid Pink #96484D

Color information

#96484D (or 0x96484D) is unknown color: approx Solid Pink. HEX triplet: 96, 48 and 4D. RGB value is (150,72,77). Sum of RGB (Red+Green+Blue) = 150+72+77=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96484D is #69B7B2. Grayscale: #5F5F5F. Windows color (decimal): -6928307 or 5064854. OLE color: 5064854.

HSL color Cylindrical-coordinate representation of color #96484D: hue angle of 356.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96484D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1507277-
CMYK00.520.490.41
HSL356.15º35.14%43.53%-
HSV(B)356.15º52%58.82%-
XYZ16.2311.658.42-
YUV95.89117.34166.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=50.17%
G=24.08%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150727700.520.490.41356.1535.1443.53
Hex96484D0343129164232c
Octal22611011506461515444354
Binary10010110100100010011010110100110001101001101100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96484D; }

 p { color: rgb(150,72,77); }

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

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

 a { background-color: rgb(150,72,77); }

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

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

 span { border-color: rgb(150,72,77); }

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