Html Css Color HEX #953348 Lipstick

📋 copy color: '#953348'

red 149 ◦ green 51 ◦ blue 72

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

Shades of Lipstick #953348

Tints of Lipstick #953348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 54.78%
G = 18.75%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#953348 (or 0x953348) is known color: Lipstick. HEX triplet: 95, 33 and 48. RGB value is (149,51,72). Sum of RGB (Red+Green+Blue) = 149+51+72=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953348 is #6ACCB7. Grayscale: #525252. Windows color (decimal): -6999224 or 4731797. OLE color: 4731797.

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

Color convert

RGB 149 51 72 -
CMYK 0 0.66 0.52 0.42
HSL 347.14º 0.49% 0.39% -
HSV(B) 347.14º 0.66% 0.58% -
XYZ 14.75 9.23 7.13 -
YUV 82.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 149 51 72 0 0.66 0.52 0.42 347.14 0.49 0.39
Hex 95 33 48 0 42 34 2A 15B 31 27
Octal 225 63 110 0 102 64 52 533 61 47
Binary 10010101 110011 1001000 0 1000010 110100 101010 101011011 110001 100111

Color Harmonies of #953348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953348

Black with #953348

Text Example


Text Example

White with #953348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953348; }

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

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

background-color css

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

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

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

border-color css

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

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

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