Html Css Color HEX #961F48 Lipstick

📋 copy color: '#961F48'

red 150 ◦ green 31 ◦ blue 72

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

Shades of Lipstick #961F48

Tints of Lipstick #961F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.25%

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 59.29%
G = 12.25%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#961F48 (or 0x961F48) is known color: Lipstick. HEX triplet: 96, 1F and 48. RGB value is (150,31,72). Sum of RGB (Red+Green+Blue) = 150+31+72=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #961F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F48 is #69E0B7. Grayscale: #474747. Windows color (decimal): -6938808 or 4726678. OLE color: 4726678.

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

Color convert

RGB 150 31 72 -
CMYK 0 0.79 0.52 0.41
HSL 339.33º 0.66% 0.35% -
HSV(B) 339.33º 0.79% 0.59% -
XYZ 14.24 7.93 6.91 -
YUV 71.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 150 31 72 0 0.79 0.52 0.41 339.33 0.66 0.35
Hex 96 1F 48 0 4F 34 29 153 42 23
Octal 226 37 110 0 117 64 51 523 102 43
Binary 10010110 11111 1001000 0 1001111 110100 101001 101010011 1000010 100011

Color Harmonies of #961F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F48

Black with #961F48

Text Example


Text Example

White with #961F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,31,72); }

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

background-color css

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

 a { background-color: rgb(150,31,72); }

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

border-color css

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

 span { border-color: rgb(150,31,72); }

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