Html Css Color HEX #943463 Lipstick

📋 copy color: '#943463'

red 148 ◦ green 52 ◦ blue 99

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

Shades of Lipstick #943463

Tints of Lipstick #943463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 49.5%
G = 17.39%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#943463 (or 0x943463) is known color: Lipstick. HEX triplet: 94, 34 and 63. RGB value is (148,52,99). Sum of RGB (Red+Green+Blue) = 148+52+99=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #943463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943463 is #6BCB9C. Grayscale: #555555. Windows color (decimal): -7064477 or 6501524. OLE color: 6501524.

HSL color Cylindrical-coordinate representation of color #943463: hue angle of 330.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943463 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 99 -
CMYK 0 0.65 0.33 0.42
HSL 330.63º 0.48% 0.39% -
HSV(B) 330.63º 0.65% 0.58% -
XYZ 15.69 9.65 12.84 -
YUV 86.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 148 52 99 0 0.65 0.33 0.42 330.63 0.48 0.39
Hex 94 34 63 0 41 21 2A 14B 30 27
Octal 224 64 143 0 101 41 52 513 60 47
Binary 10010100 110100 1100011 0 1000001 100001 101010 101001011 110000 100111

Color Harmonies of #943463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943463

Black with #943463

Text Example


Text Example

White with #943463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943463; }

 p { color: rgb(148,52,99); }

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

background-color css

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

 a { background-color: rgb(148,52,99); }

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

border-color css

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

 span { border-color: rgb(148,52,99); }

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