Html Css Color HEX #96464B Solid Pink

📋 copy color: '#96464B'

red 150 ◦ green 70 ◦ blue 75

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

Shades of Solid Pink #96464B

Tints of Solid Pink #96464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 50.85%
G = 23.73%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96464B (or 0x96464B) is known color: Solid Pink. HEX triplet: 96, 46 and 4B. RGB value is (150,70,75). Sum of RGB (Red+Green+Blue) = 150+70+75=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96464B is #69B9B4. Grayscale: #5E5E5E. Windows color (decimal): -6928821 or 4933270. OLE color: 4933270.

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

Color convert

RGB 150 70 75 -
CMYK 0 0.53 0.5 0.41
HSL 356.25º 0.36% 0.43% -
HSV(B) 356.25º 0.53% 0.59% -
XYZ 16.04 11.37 8.01 -
YUV 94.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 150 70 75 0 0.53 0.5 0.41 356.25 0.36 0.43
Hex 96 46 4B 0 35 32 29 164 24 2B
Octal 226 106 113 0 65 62 51 544 44 53
Binary 10010110 1000110 1001011 0 110101 110010 101001 101100100 100100 101011

Color Harmonies of #96464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96464B

Black with #96464B

Text Example


Text Example

White with #96464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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