Html Css Color HEX #964247 Solid Pink

📋 copy color: '#964247'

red 150 ◦ green 66 ◦ blue 71

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

Shades of Solid Pink #964247

Tints of Solid Pink #964247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

 BLUE value IS 71 (28.13% from 255) = 24.74%

R = 52.26%
G = 23%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#964247 (or 0x964247) is known color: Solid Pink. HEX triplet: 96, 42 and 47. RGB value is (150,66,71). Sum of RGB (Red+Green+Blue) = 150+66+71=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #964247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964247 is #69BDB8. Grayscale: #5B5B5B. Windows color (decimal): -6929849 or 4670102. OLE color: 4670102.

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

Color convert

RGB 150 66 71 -
CMYK 0 0.56 0.53 0.41
HSL 356.43º 0.39% 0.42% -
HSV(B) 356.43º 0.56% 0.59% -
XYZ 15.66 10.84 7.23 -
YUV 91.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 150 66 71 0 0.56 0.53 0.41 356.43 0.39 0.42
Hex 96 42 47 0 38 35 29 164 27 2A
Octal 226 102 107 0 70 65 51 544 47 52
Binary 10010110 1000010 1000111 0 111000 110101 101001 101100100 100111 101010

Color Harmonies of #964247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964247

Black with #964247

Text Example


Text Example

White with #964247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964247; }

 p { color: rgb(150,66,71); }

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

background-color css

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

 a { background-color: rgb(150,66,71); }

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

border-color css

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

 span { border-color: rgb(150,66,71); }

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