#964348

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

Shades of Solid Pink #964348

Tints of Solid Pink #964348

Color information

#964348 (or 0x964348) is unknown color: approx Solid Pink. HEX triplet: 96, 43 and 48. RGB value is (150,67,72). Sum of RGB (Red+Green+Blue) = 150+67+72=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #964348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964348 is #69BCB7. Grayscale: #5C5C5C. Windows color (decimal): -6929592 or 4735894. OLE color: 4735894.

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

Color convert

RGB1506772-
CMYK00.550.520.41
HSL356.39º38.25%42.55%-
HSV(B)356.39º55.33%58.82%-
XYZ15.7510.977.42-
YUV92.39116.5169.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=51.90%
G=23.18%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150677200.550.520.41356.3938.2542.55
Hex9643480373429164262b
Octal22610311006764515444653
Binary10010110100001110010000110111110100101001101100100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964348; }

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

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

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

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

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

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

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

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