Html Css Color HEX #953454 Lipstick

📋 copy color: '#953454'

red 149 ◦ green 52 ◦ blue 84

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

Shades of Lipstick #953454

Tints of Lipstick #953454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 52.28%
G = 18.25%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#953454 (or 0x953454) is known color: Lipstick. HEX triplet: 95, 34 and 54. RGB value is (149,52,84). Sum of RGB (Red+Green+Blue) = 149+52+84=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953454 is #6ACBAB. Grayscale: #545454. Windows color (decimal): -6998956 or 5518485. OLE color: 5518485.

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

Color convert

RGB 149 52 84 -
CMYK 0 0.65 0.44 0.42
HSL 340.21º 0.48% 0.39% -
HSV(B) 340.21º 0.65% 0.58% -
XYZ 15.22 9.49 9.42 -
YUV 84.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 149 52 84 0 0.65 0.44 0.42 340.21 0.48 0.39
Hex 95 34 54 0 41 2C 2A 154 30 27
Octal 225 64 124 0 101 54 52 524 60 47
Binary 10010101 110100 1010100 0 1000001 101100 101010 101010100 110000 100111

Color Harmonies of #953454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953454

Black with #953454

Text Example


Text Example

White with #953454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953454; }

 p { color: rgb(149,52,84); }

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

background-color css

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

 a { background-color: rgb(149,52,84); }

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

border-color css

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

 span { border-color: rgb(149,52,84); }

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