Html Css Color HEX #964B51 Solid Pink

📋 copy color: '#964B51'

red 150 ◦ green 75 ◦ blue 81

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

Shades of Solid Pink #964B51

Tints of Solid Pink #964B51

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

 BLUE value IS 81 (32.03% from 255) = 26.47%

R = 49.02%
G = 24.51%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#964B51 (or 0x964B51) is known color: Solid Pink. HEX triplet: 96, 4B and 51. RGB value is (150,75,81). Sum of RGB (Red+Green+Blue) = 150+75+81=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B51 is #69B4AE. Grayscale: #626262. Windows color (decimal): -6927535 or 5327766. OLE color: 5327766.

HSL color Cylindrical-coordinate representation of color #964B51: hue angle of 355.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B51 is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 75 81 -
CMYK 0 0.5 0.46 0.41
HSL 355.2º 0.33% 0.44% -
HSV(B) 355.2º 0.5% 0.59% -
XYZ 16.58 12.11 9.25 -
YUV 98.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 150 75 81 0 0.5 0.46 0.41 355.2 0.33 0.44
Hex 96 4B 51 0 32 2E 29 163 21 2C
Octal 226 113 121 0 62 56 51 543 41 54
Binary 10010110 1001011 1010001 0 110010 101110 101001 101100011 100001 101100

Color Harmonies of #964B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B51

Black with #964B51

Text Example


Text Example

White with #964B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964B51; }

 p { color: rgb(150,75,81); }

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

background-color css

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

 a { background-color: rgb(150,75,81); }

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

border-color css

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

 span { border-color: rgb(150,75,81); }

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