#95494B

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

Shades of Solid Pink #95494B

Tints of Solid Pink #95494B

Color information

#95494B (or 0x95494B) is unknown color: approx Solid Pink. HEX triplet: 95, 49 and 4B. RGB value is (149,73,75). Sum of RGB (Red+Green+Blue) = 149+73+75=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95494B is #6AB6B4. Grayscale: #606060. Windows color (decimal): -6993589 or 4934037. OLE color: 4934037.

HSL color Cylindrical-coordinate representation of color #95494B: hue angle of 358.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95494B is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1497375-
CMYK00.510.500.42
HSL358.42º34.23%43.53%-
HSV(B)358.42º51.01%58.43%-
XYZ16.0511.668.06-
YUV95.95116.18165.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=50.17%
G=24.58%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149737500.510.500.42358.4234.2343.53
Hex95494B033322A166222c
Octal22511111306362525464254
Binary10010101100100110010110110011110010101010101100110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,73,75); }

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

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

 a { background-color: rgb(149,73,75); }

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

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

 span { border-color: rgb(149,73,75); }

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