#964345

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

Shades of Solid Pink #964345

Tints of Solid Pink #964345

Color information

#964345 (or 0x964345) is unknown color: approx Solid Pink. HEX triplet: 96, 43 and 45. RGB value is (150,67,69). Sum of RGB (Red+Green+Blue) = 150+67+69=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #964345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964345 is #69BCBA. Grayscale: #5C5C5C. Windows color (decimal): -6929595 or 4539286. OLE color: 4539286.

HSL color Cylindrical-coordinate representation of color #964345: hue angle of 358.55º 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 #964345 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB1506769-
CMYK00.550.540.41
HSL358.55º38.25%42.55%-
HSV(B)358.55º55.33%58.82%-
XYZ15.6610.936.91-
YUV92.04115169.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 69 (27.34% from 255) = 24.13%
R=52.45%
G=23.43%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150676900.550.540.41358.5538.2542.55
Hex9643450373629167262b
Octal22610310506766515474653
Binary10010110100001110001010110111110110101001101100111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964345; }

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

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

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

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

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

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

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

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