Html Css Color HEX #942446 Lipstick

📋 copy color: '#942446'

red 148 ◦ green 36 ◦ blue 70

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

Shades of Lipstick #942446

Tints of Lipstick #942446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.56%

R = 58.27%
G = 14.17%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#942446 (or 0x942446) is known color: Lipstick. HEX triplet: 94, 24 and 46. RGB value is (148,36,70). Sum of RGB (Red+Green+Blue) = 148+36+70=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #942446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942446 is #6BDBB9. Grayscale: #494949. Windows color (decimal): -7068602 or 4596884. OLE color: 4596884.

HSL color Cylindrical-coordinate representation of color #942446: hue angle of 341.79º 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 #942446 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 70 -
CMYK 0 0.76 0.53 0.42
HSL 341.79º 0.61% 0.36% -
HSV(B) 341.79º 0.76% 0.58% -
XYZ 13.95 8 6.6 -
YUV 73.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 148 36 70 0 0.76 0.53 0.42 341.79 0.61 0.36
Hex 94 24 46 0 4C 35 2A 156 3D 24
Octal 224 44 106 0 114 65 52 526 75 44
Binary 10010100 100100 1000110 0 1001100 110101 101010 101010110 111101 100100

Color Harmonies of #942446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942446

Black with #942446

Text Example


Text Example

White with #942446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942446; }

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

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

background-color css

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

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

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

border-color css

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

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

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