Html Css Color HEX #964649 Solid Pink

📋 copy color: '#964649'

red 150 ◦ green 70 ◦ blue 73

#964649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #964649

Tints of Solid Pink #964649

RGB

 RED value IS 150 (58.98% from 255) = 51.19%

 GREEN value IS 70 (27.73% from 255) = 23.89%

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 51.19%
G = 23.89%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#964649 (or 0x964649) is known color: Solid Pink. HEX triplet: 96, 46 and 49. RGB value is (150,70,73). Sum of RGB (Red+Green+Blue) = 150+70+73=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #964649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964649 is #69B9B6. Grayscale: #5E5E5E. Windows color (decimal): -6928823 or 4802198. OLE color: 4802198.

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

Color convert

RGB 150 70 73 -
CMYK 0 0.53 0.51 0.41
HSL 357.75º 0.36% 0.43% -
HSV(B) 357.75º 0.53% 0.59% -
XYZ 15.97 11.35 7.65 -
YUV 94.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 150 70 73 0 0.53 0.51 0.41 357.75 0.36 0.43
Hex 96 46 49 0 35 33 29 166 24 2B
Octal 226 106 111 0 65 63 51 546 44 53
Binary 10010110 1000110 1001001 0 110101 110011 101001 101100110 100100 101011

Color Harmonies of #964649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964649

Black with #964649

Text Example


Text Example

White with #964649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964649; }

 p { color: rgb(150,70,73); }

 H1.HeaderClassName
 {
   color: #964649;
 }
 .AnyTagClassName
 {
   color: #964649;
 }
</style>

background-color css

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

 a { background-color: rgb(150,70,73); }

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

border-color css

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

 span { border-color: rgb(150,70,73); }

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