#954348

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

Shades of Solid Pink #954348

Tints of Solid Pink #954348

Color information

#954348 (or 0x954348) is unknown color: approx Solid Pink. HEX triplet: 95, 43 and 48. RGB value is (149,67,72). Sum of RGB (Red+Green+Blue) = 149+67+72=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #954348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954348 is #6ABCB7. Grayscale: #5C5C5C. Windows color (decimal): -6995128 or 4735893. OLE color: 4735893.

HSL color Cylindrical-coordinate representation of color #954348: hue angle of 356.34º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954348 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1496772-
CMYK00.550.520.42
HSL356.34º37.96%42.35%-
HSV(B)356.34º55.03%58.43%-
XYZ15.5710.877.41-
YUV92.09116.67168.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 72 (28.52% from 255) = 25%
R=51.74%
G=23.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149677200.550.520.42356.3437.9642.35
Hex954348037342A164262a
Octal22510311006764525444652
Binary10010101100001110010000110111110100101010101100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954348; }

 p { color: rgb(149,67,72); }

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

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

 a { background-color: rgb(149,67,72); }

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

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

 span { border-color: rgb(149,67,72); }

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