Html Css Color HEX #964347 Solid Pink

📋 copy color: '#964347'

red 150 ◦ green 67 ◦ blue 71

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

Shades of Solid Pink #964347

Tints of Solid Pink #964347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 52.08%
G = 23.26%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#964347 (or 0x964347) is known color: Solid Pink. HEX triplet: 96, 43 and 47. RGB value is (150,67,71). Sum of RGB (Red+Green+Blue) = 150+67+71=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964347 is #69BCB8. Grayscale: #5C5C5C. Windows color (decimal): -6929593 or 4670358. OLE color: 4670358.

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

Color convert

RGB 150 67 71 -
CMYK 0 0.55 0.53 0.41
HSL 357.11º 0.38% 0.43% -
HSV(B) 357.11º 0.55% 0.59% -
XYZ 15.72 10.95 7.25 -
YUV 92.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 150 67 71 0 0.55 0.53 0.41 357.11 0.38 0.43
Hex 96 43 47 0 37 35 29 165 26 2B
Octal 226 103 107 0 67 65 51 545 46 53
Binary 10010110 1000011 1000111 0 110111 110101 101001 101100101 100110 101011

Color Harmonies of #964347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964347

Black with #964347

Text Example


Text Example

White with #964347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964347; }

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

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

background-color css

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

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

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

border-color css

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

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

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