Html Css Color HEX #942447 Lipstick

📋 copy color: '#942447'

red 148 ◦ green 36 ◦ blue 71

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

Shades of Lipstick #942447

Tints of Lipstick #942447

RGB

 RED value IS 148 (58.2% from 255) = 58.04%

 GREEN value IS 36 (14.45% from 255) = 14.12%

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

R = 58.04%
G = 14.12%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#942447 (or 0x942447) is known color: Lipstick. HEX triplet: 94, 24 and 47. RGB value is (148,36,71). Sum of RGB (Red+Green+Blue) = 148+36+71=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #942447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942447 is #6BDBB8. Grayscale: #494949. Windows color (decimal): -7068601 or 4662420. OLE color: 4662420.

HSL color Cylindrical-coordinate representation of color #942447: hue angle of 341.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942447 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 71 -
CMYK 0 0.76 0.52 0.42
HSL 341.25º 0.61% 0.36% -
HSV(B) 341.25º 0.76% 0.58% -
XYZ 13.98 8.01 6.77 -
YUV 73.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 148 36 71 0 0.76 0.52 0.42 341.25 0.61 0.36
Hex 94 24 47 0 4C 34 2A 155 3D 24
Octal 224 44 107 0 114 64 52 525 75 44
Binary 10010100 100100 1000111 0 1001100 110100 101010 101010101 111101 100100

Color Harmonies of #942447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942447

Black with #942447

Text Example


Text Example

White with #942447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942447; }

 p { color: rgb(148,36,71); }

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

background-color css

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

 a { background-color: rgb(148,36,71); }

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

border-color css

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

 span { border-color: rgb(148,36,71); }

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