Html Css Color HEX #943263 Lipstick

📋 copy color: '#943263'

red 148 ◦ green 50 ◦ blue 99

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

Shades of Lipstick #943263

Tints of Lipstick #943263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 49.83%
G = 16.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#943263 (or 0x943263) is known color: Lipstick. HEX triplet: 94, 32 and 63. RGB value is (148,50,99). Sum of RGB (Red+Green+Blue) = 148+50+99=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #943263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943263 is #6BCD9C. Grayscale: #545454. Windows color (decimal): -7064989 or 6501012. OLE color: 6501012.

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

Color convert

RGB 148 50 99 -
CMYK 0 0.66 0.33 0.42
HSL 330º 0.49% 0.39% -
HSV(B) 330º 0.66% 0.58% -
XYZ 15.61 9.48 12.81 -
YUV 84.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 148 50 99 0 0.66 0.33 0.42 330 0.49 0.39
Hex 94 32 63 0 42 21 2A 14A 31 27
Octal 224 62 143 0 102 41 52 512 61 47
Binary 10010100 110010 1100011 0 1000010 100001 101010 101001010 110001 100111

Color Harmonies of #943263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943263

Black with #943263

Text Example


Text Example

White with #943263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943263; }

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

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

background-color css

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

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

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

border-color css

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

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

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