Html Css Color HEX #961D5F Lipstick

📋 copy color: '#961D5F'

red 150 ◦ green 29 ◦ blue 95

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

Shades of Lipstick #961D5F

Tints of Lipstick #961D5F

RGB

 RED value IS 150 (58.98% from 255) = 54.74%

 GREEN value IS 29 (11.72% from 255) = 10.58%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 54.74%
G = 10.58%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#961D5F (or 0x961D5F) is known color: Lipstick. HEX triplet: 96, 1D and 5F. RGB value is (150,29,95). Sum of RGB (Red+Green+Blue) = 150+29+95=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #961D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D5F is #69E2A0. Grayscale: #484848. Windows color (decimal): -6939297 or 6233494. OLE color: 6233494.

HSL color Cylindrical-coordinate representation of color #961D5F: hue angle of 327.27º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D5F is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 95 -
CMYK 0 0.81 0.37 0.41
HSL 327.27º 0.68% 0.35% -
HSV(B) 327.27º 0.81% 0.59% -
XYZ 15.08 8.19 11.61 -
YUV 72.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 150 29 95 0 0.81 0.37 0.41 327.27 0.68 0.35
Hex 96 1D 5F 0 51 25 29 147 44 23
Octal 226 35 137 0 121 45 51 507 104 43
Binary 10010110 11101 1011111 0 1010001 100101 101001 101000111 1000100 100011

Color Harmonies of #961D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D5F

Black with #961D5F

Text Example


Text Example

White with #961D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961D5F; }

 p { color: rgb(150,29,95); }

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

background-color css

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

 a { background-color: rgb(150,29,95); }

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

border-color css

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

 span { border-color: rgb(150,29,95); }

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