Html Css Color HEX #951C5A Lipstick

📋 copy color: '#951C5A'

red 149 ◦ green 28 ◦ blue 90

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

Shades of Lipstick #951C5A

Tints of Lipstick #951C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 55.81%
G = 10.49%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#951C5A (or 0x951C5A) is known color: Lipstick. HEX triplet: 95, 1C and 5A. RGB value is (149,28,90). Sum of RGB (Red+Green+Blue) = 149+28+90=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #951C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C5A is #6AE3A5. Grayscale: #474747. Windows color (decimal): -7005094 or 5905557. OLE color: 5905557.

HSL color Cylindrical-coordinate representation of color #951C5A: hue angle of 329.26º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C5A is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 90 -
CMYK 0 0.81 0.40 0.42
HSL 329.26º 0.68% 0.35% -
HSV(B) 329.26º 0.81% 0.58% -
XYZ 14.66 7.96 10.44 -
YUV 71.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 149 28 90 0 0.81 0.40 0.42 329.26 0.68 0.35
Hex 95 1C 5A 0 51 28 2A 149 44 23
Octal 225 34 132 0 121 50 52 511 104 43
Binary 10010101 11100 1011010 0 1010001 101000 101010 101001001 1000100 100011

Color Harmonies of #951C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C5A

Black with #951C5A

Text Example


Text Example

White with #951C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C5A; }

 p { color: rgb(149,28,90); }

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

background-color css

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

 a { background-color: rgb(149,28,90); }

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

border-color css

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

 span { border-color: rgb(149,28,90); }

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