Html Css Color HEX #961C5B Lipstick

📋 copy color: '#961C5B'

red 150 ◦ green 28 ◦ blue 91

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

Shades of Lipstick #961C5B

Tints of Lipstick #961C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 55.76%
G = 10.41%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#961C5B (or 0x961C5B) is known color: Lipstick. HEX triplet: 96, 1C and 5B. RGB value is (150,28,91). Sum of RGB (Red+Green+Blue) = 150+28+91=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #961C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C5B is #69E3A4. Grayscale: #474747. Windows color (decimal): -6939557 or 5971094. OLE color: 5971094.

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

Color convert

RGB 150 28 91 -
CMYK 0 0.81 0.39 0.41
HSL 329.02º 0.69% 0.35% -
HSV(B) 329.02º 0.81% 0.59% -
XYZ 14.88 8.07 10.67 -
YUV 71.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 150 28 91 0 0.81 0.39 0.41 329.02 0.69 0.35
Hex 96 1C 5B 0 51 27 29 149 45 23
Octal 226 34 133 0 121 47 51 511 105 43
Binary 10010110 11100 1011011 0 1010001 100111 101001 101001001 1000101 100011

Color Harmonies of #961C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C5B

Black with #961C5B

Text Example


Text Example

White with #961C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,28,91); }

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

background-color css

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

 a { background-color: rgb(150,28,91); }

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

border-color css

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

 span { border-color: rgb(150,28,91); }

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