Html Css Color HEX #953258 Lipstick

📋 copy color: '#953258'

red 149 ◦ green 50 ◦ blue 88

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

Shades of Lipstick #953258

Tints of Lipstick #953258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.42%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 51.92%
G = 17.42%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#953258 (or 0x953258) is known color: Lipstick. HEX triplet: 95, 32 and 58. RGB value is (149,50,88). Sum of RGB (Red+Green+Blue) = 149+50+88=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #953258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953258 is #6ACDA7. Grayscale: #535353. Windows color (decimal): -6999464 or 5780117. OLE color: 5780117.

HSL color Cylindrical-coordinate representation of color #953258: hue angle of 336.97º degrees, saturation: 0.5, 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 #953258 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 88 -
CMYK 0 0.66 0.41 0.42
HSL 336.97º 0.5% 0.39% -
HSV(B) 336.97º 0.66% 0.58% -
XYZ 15.3 9.38 10.24 -
YUV 83.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 149 50 88 0 0.66 0.41 0.42 336.97 0.5 0.39
Hex 95 32 58 0 42 29 2A 151 32 27
Octal 225 62 130 0 102 51 52 521 62 47
Binary 10010101 110010 1011000 0 1000010 101001 101010 101010001 110010 100111

Color Harmonies of #953258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953258

Black with #953258

Text Example


Text Example

White with #953258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953258; }

 p { color: rgb(149,50,88); }

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

background-color css

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

 a { background-color: rgb(149,50,88); }

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

border-color css

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

 span { border-color: rgb(149,50,88); }

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