Html Css Color HEX #953450 Lipstick

📋 copy color: '#953450'

red 149 ◦ green 52 ◦ blue 80

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

Shades of Lipstick #953450

Tints of Lipstick #953450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 53.02%
G = 18.51%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#953450 (or 0x953450) is known color: Lipstick. HEX triplet: 95, 34 and 50. RGB value is (149,52,80). Sum of RGB (Red+Green+Blue) = 149+52+80=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #953450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953450 is #6ACBAF. Grayscale: #545454. Windows color (decimal): -6998960 or 5256341. OLE color: 5256341.

HSL color Cylindrical-coordinate representation of color #953450: hue angle of 342.68º 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 #953450 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 80 -
CMYK 0 0.65 0.46 0.42
HSL 342.68º 0.48% 0.39% -
HSV(B) 342.68º 0.65% 0.58% -
XYZ 15.07 9.42 8.61 -
YUV 84.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 149 52 80 0 0.65 0.46 0.42 342.68 0.48 0.39
Hex 95 34 50 0 41 2E 2A 157 30 27
Octal 225 64 120 0 101 56 52 527 60 47
Binary 10010101 110100 1010000 0 1000001 101110 101010 101010111 110000 100111

Color Harmonies of #953450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953450

Black with #953450

Text Example


Text Example

White with #953450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953450; }

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

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

background-color css

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

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

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

border-color css

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

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

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