Html Css Color HEX #95474A Solid Pink

📋 copy color: '#95474A'

red 149 ◦ green 71 ◦ blue 74

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

Shades of Solid Pink #95474A

Tints of Solid Pink #95474A

RGB

 RED value IS 149 (58.59% from 255) = 50.68%

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

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

R = 50.68%
G = 24.15%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95474A (or 0x95474A) is known color: Solid Pink. HEX triplet: 95, 47 and 4A. RGB value is (149,71,74). Sum of RGB (Red+Green+Blue) = 149+71+74=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95474A is #6AB8B5. Grayscale: #5E5E5E. Windows color (decimal): -6994102 or 4867989. OLE color: 4867989.

HSL color Cylindrical-coordinate representation of color #95474A: hue angle of 357.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95474A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 74 -
CMYK 0 0.52 0.50 0.42
HSL 357.69º 0.35% 0.43% -
HSV(B) 357.69º 0.52% 0.58% -
XYZ 15.88 11.39 7.84 -
YUV 94.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 149 71 74 0 0.52 0.50 0.42 357.69 0.35 0.43
Hex 95 47 4A 0 34 32 2A 166 23 2B
Octal 225 107 112 0 64 62 52 546 43 53
Binary 10010101 1000111 1001010 0 110100 110010 101010 101100110 100011 101011

Color Harmonies of #95474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95474A

Black with #95474A

Text Example


Text Example

White with #95474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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