Html Css Color HEX #961D53 Lipstick

📋 copy color: '#961D53'

red 150 ◦ green 29 ◦ blue 83

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

Shades of Lipstick #961D53

Tints of Lipstick #961D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 57.25%
G = 11.07%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#961D53 (or 0x961D53) is known color: Lipstick. HEX triplet: 96, 1D and 53. RGB value is (150,29,83). Sum of RGB (Red+Green+Blue) = 150+29+83=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #961D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D53 is #69E2AC. Grayscale: #474747. Windows color (decimal): -6939309 or 5447062. OLE color: 5447062.

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

Color convert

RGB 150 29 83 -
CMYK 0 0.81 0.45 0.41
HSL 333.22º 0.68% 0.35% -
HSV(B) 333.22º 0.81% 0.59% -
XYZ 14.58 7.99 8.96 -
YUV 71.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 150 29 83 0 0.81 0.45 0.41 333.22 0.68 0.35
Hex 96 1D 53 0 51 2D 29 14D 44 23
Octal 226 35 123 0 121 55 51 515 104 43
Binary 10010110 11101 1010011 0 1010001 101101 101001 101001101 1000100 100011

Color Harmonies of #961D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D53

Black with #961D53

Text Example


Text Example

White with #961D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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