Html Css Color HEX #96474A Solid Pink

📋 copy color: '#96474A'

red 150 ◦ green 71 ◦ blue 74

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

Shades of Solid Pink #96474A

Tints of Solid Pink #96474A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 50.85%
G = 24.07%
B = 25.08%

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

#96474A (or 0x96474A) is known color: Solid Pink. HEX triplet: 96, 47 and 4A. RGB value is (150,71,74). Sum of RGB (Red+Green+Blue) = 150+71+74=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96474A is #69B8B5. Grayscale: #5F5F5F. Windows color (decimal): -6928566 or 4867990. OLE color: 4867990.

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

Color convert

RGB 150 71 74 -
CMYK 0 0.53 0.51 0.41
HSL 357.72º 0.36% 0.43% -
HSV(B) 357.72º 0.53% 0.59% -
XYZ 16.07 11.48 7.85 -
YUV 94.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 150 71 74 0 0.53 0.51 0.41 357.72 0.36 0.43
Hex 96 47 4A 0 35 33 29 166 24 2B
Octal 226 107 112 0 65 63 51 546 44 53
Binary 10010110 1000111 1001010 0 110101 110011 101001 101100110 100100 101011

Color Harmonies of #96474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96474A

Black with #96474A

Text Example


Text Example

White with #96474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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