Html Css Color HEX #961D4C Lipstick

📋 copy color: '#961D4C'

red 150 ◦ green 29 ◦ blue 76

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

Shades of Lipstick #961D4C

Tints of Lipstick #961D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 58.82%
G = 11.37%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#961D4C (or 0x961D4C) is known color: Lipstick. HEX triplet: 96, 1D and 4C. RGB value is (150,29,76). Sum of RGB (Red+Green+Blue) = 150+29+76=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #961D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D4C is #69E2B3. Grayscale: #464646. Windows color (decimal): -6939316 or 4988310. OLE color: 4988310.

HSL color Cylindrical-coordinate representation of color #961D4C: hue angle of 336.69º 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 #961D4C is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 76 -
CMYK 0 0.81 0.49 0.41
HSL 336.69º 0.68% 0.35% -
HSV(B) 336.69º 0.81% 0.59% -
XYZ 14.32 7.88 7.6 -
YUV 70.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 150 29 76 0 0.81 0.49 0.41 336.69 0.68 0.35
Hex 96 1D 4C 0 51 31 29 151 44 23
Octal 226 35 114 0 121 61 51 521 104 43
Binary 10010110 11101 1001100 0 1010001 110001 101001 101010001 1000100 100011

Color Harmonies of #961D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D4C

Black with #961D4C

Text Example


Text Example

White with #961D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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