Html Css Color HEX #962347 Lipstick

📋 copy color: '#962347'

red 150 ◦ green 35 ◦ blue 71

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

Shades of Lipstick #962347

Tints of Lipstick #962347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 71 (28.13% from 255) = 27.73%

R = 58.59%
G = 13.67%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#962347 (or 0x962347) is known color: Lipstick. HEX triplet: 96, 23 and 47. RGB value is (150,35,71). Sum of RGB (Red+Green+Blue) = 150+35+71=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #962347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962347 is #69DCB8. Grayscale: #494949. Windows color (decimal): -6937785 or 4662166. OLE color: 4662166.

HSL color Cylindrical-coordinate representation of color #962347: hue angle of 341.22º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962347 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 71 -
CMYK 0 0.77 0.53 0.41
HSL 341.22º 0.62% 0.36% -
HSV(B) 341.22º 0.77% 0.59% -
XYZ 14.32 8.14 6.78 -
YUV 73.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 150 35 71 0 0.77 0.53 0.41 341.22 0.62 0.36
Hex 96 23 47 0 4D 35 29 155 3E 24
Octal 226 43 107 0 115 65 51 525 76 44
Binary 10010110 100011 1000111 0 1001101 110101 101001 101010101 111110 100100

Color Harmonies of #962347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962347

Black with #962347

Text Example


Text Example

White with #962347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962347; }

 p { color: rgb(150,35,71); }

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

background-color css

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

 a { background-color: rgb(150,35,71); }

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

border-color css

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

 span { border-color: rgb(150,35,71); }

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