Html Css Color HEX #961C52 Lipstick

📋 copy color: '#961C52'

red 150 ◦ green 28 ◦ blue 82

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

Shades of Lipstick #961C52

Tints of Lipstick #961C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 57.69%
G = 10.77%
B = 31.54%

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

#961C52 (or 0x961C52) is known color: Lipstick. HEX triplet: 96, 1C and 52. RGB value is (150,28,82). Sum of RGB (Red+Green+Blue) = 150+28+82=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #961C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C52 is #69E3AD. Grayscale: #464646. Windows color (decimal): -6939566 or 5381270. OLE color: 5381270.

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

Color convert

RGB 150 28 82 -
CMYK 0 0.81 0.45 0.41
HSL 333.44º 0.69% 0.35% -
HSV(B) 333.44º 0.81% 0.59% -
XYZ 14.52 7.92 8.75 -
YUV 70.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 150 28 82 0 0.81 0.45 0.41 333.44 0.69 0.35
Hex 96 1C 52 0 51 2D 29 14D 45 23
Octal 226 34 122 0 121 55 51 515 105 43
Binary 10010110 11100 1010010 0 1010001 101101 101001 101001101 1000101 100011

Color Harmonies of #961C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C52

Black with #961C52

Text Example


Text Example

White with #961C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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