Html Css Color HEX #954A4B Solid Pink

📋 copy color: '#954A4B'

red 149 ◦ green 74 ◦ blue 75

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

Shades of Solid Pink #954A4B

Tints of Solid Pink #954A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 50%
G = 24.83%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#954A4B (or 0x954A4B) is known color: Solid Pink. HEX triplet: 95, 4A and 4B. RGB value is (149,74,75). Sum of RGB (Red+Green+Blue) = 149+74+75=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #954A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A4B is #6AB5B4. Grayscale: #606060. Windows color (decimal): -6993333 or 4934293. OLE color: 4934293.

HSL color Cylindrical-coordinate representation of color #954A4B: hue angle of 359.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A4B is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 75 -
CMYK 0 0.50 0.50 0.42
HSL 359.2º 0.34% 0.44% -
HSV(B) 359.2º 0.5% 0.58% -
XYZ 16.11 11.8 8.08 -
YUV 96.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 149 74 75 0 0.50 0.50 0.42 359.2 0.34 0.44
Hex 95 4A 4B 0 32 32 2A 167 22 2C
Octal 225 112 113 0 62 62 52 547 42 54
Binary 10010101 1001010 1001011 0 110010 110010 101010 101100111 100010 101100

Color Harmonies of #954A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A4B

Black with #954A4B

Text Example


Text Example

White with #954A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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