Html Css Color HEX #954048 Solid Pink

📋 copy color: '#954048'

red 149 ◦ green 64 ◦ blue 72

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

Shades of Solid Pink #954048

Tints of Solid Pink #954048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 52.28%
G = 22.46%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954048 (or 0x954048) is known color: Solid Pink. HEX triplet: 95, 40 and 48. RGB value is (149,64,72). Sum of RGB (Red+Green+Blue) = 149+64+72=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #954048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954048 is #6ABFB7. Grayscale: #5A5A5A. Windows color (decimal): -6995896 or 4735125. OLE color: 4735125.

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

Color convert

RGB 149 64 72 -
CMYK 0 0.57 0.52 0.42
HSL 354.35º 0.4% 0.42% -
HSV(B) 354.35º 0.57% 0.58% -
XYZ 15.4 10.52 7.35 -
YUV 90.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 149 64 72 0 0.57 0.52 0.42 354.35 0.4 0.42
Hex 95 40 48 0 39 34 2A 162 28 2A
Octal 225 100 110 0 71 64 52 542 50 52
Binary 10010101 1000000 1001000 0 111001 110100 101010 101100010 101000 101010

Color Harmonies of #954048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954048

Black with #954048

Text Example


Text Example

White with #954048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954048; }

 p { color: rgb(149,64,72); }

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

background-color css

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

 a { background-color: rgb(149,64,72); }

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

border-color css

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

 span { border-color: rgb(149,64,72); }

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