Html Css Color HEX #953456 Lipstick

📋 copy color: '#953456'

red 149 ◦ green 52 ◦ blue 86

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

Shades of Lipstick #953456

Tints of Lipstick #953456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 51.92%
G = 18.12%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#953456 (or 0x953456) is known color: Lipstick. HEX triplet: 95, 34 and 56. RGB value is (149,52,86). Sum of RGB (Red+Green+Blue) = 149+52+86=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #953456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953456 is #6ACBA9. Grayscale: #545454. Windows color (decimal): -6998954 or 5649557. OLE color: 5649557.

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

Color convert

RGB 149 52 86 -
CMYK 0 0.65 0.42 0.42
HSL 338.97º 0.48% 0.39% -
HSV(B) 338.97º 0.65% 0.58% -
XYZ 15.3 9.52 9.83 -
YUV 84.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 149 52 86 0 0.65 0.42 0.42 338.97 0.48 0.39
Hex 95 34 56 0 41 2A 2A 153 30 27
Octal 225 64 126 0 101 52 52 523 60 47
Binary 10010101 110100 1010110 0 1000001 101010 101010 101010011 110000 100111

Color Harmonies of #953456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953456

Black with #953456

Text Example


Text Example

White with #953456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953456; }

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

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

background-color css

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

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

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

border-color css

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

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

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