Html Css Color HEX #961443 Lipstick

📋 copy color: '#961443'

red 150 ◦ green 20 ◦ blue 67

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

Shades of Lipstick #961443

Tints of Lipstick #961443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 67 (26.56% from 255) = 28.27%

R = 63.29%
G = 8.44%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#961443 (or 0x961443) is known color: Lipstick. HEX triplet: 96, 14 and 43. RGB value is (150,20,67). Sum of RGB (Red+Green+Blue) = 150+20+67=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #961443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961443 is #69EBBC. Grayscale: #404040. Windows color (decimal): -6941629 or 4396182. OLE color: 4396182.

HSL color Cylindrical-coordinate representation of color #961443: hue angle of 338.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961443 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 67 -
CMYK 0 0.87 0.55 0.41
HSL 338.31º 0.76% 0.33% -
HSV(B) 338.31º 0.87% 0.59% -
XYZ 13.84 7.39 6.01 -
YUV 64.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 150 20 67 0 0.87 0.55 0.41 338.31 0.76 0.33
Hex 96 14 43 0 57 37 29 152 4C 21
Octal 226 24 103 0 127 67 51 522 114 41
Binary 10010110 10100 1000011 0 1010111 110111 101001 101010010 1001100 100001

Color Harmonies of #961443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961443

Black with #961443

Text Example


Text Example

White with #961443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961443; }

 p { color: rgb(150,20,67); }

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

background-color css

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

 a { background-color: rgb(150,20,67); }

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

border-color css

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

 span { border-color: rgb(150,20,67); }

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