Html Css Color HEX #943349 Lipstick

📋 copy color: '#943349'

red 148 ◦ green 51 ◦ blue 73

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

Shades of Lipstick #943349

Tints of Lipstick #943349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 54.41%
G = 18.75%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#943349 (or 0x943349) is known color: Lipstick. HEX triplet: 94, 33 and 49. RGB value is (148,51,73). Sum of RGB (Red+Green+Blue) = 148+51+73=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #943349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943349 is #6BCCB6. Grayscale: #525252. Windows color (decimal): -7064759 or 4797332. OLE color: 4797332.

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

Color convert

RGB 148 51 73 -
CMYK 0 0.66 0.51 0.42
HSL 346.39º 0.49% 0.39% -
HSV(B) 346.39º 0.66% 0.58% -
XYZ 14.6 9.14 7.3 -
YUV 82.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 148 51 73 0 0.66 0.51 0.42 346.39 0.49 0.39
Hex 94 33 49 0 42 33 2A 15A 31 27
Octal 224 63 111 0 102 63 52 532 61 47
Binary 10010100 110011 1001001 0 1000010 110011 101010 101011010 110001 100111

Color Harmonies of #943349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943349

Black with #943349

Text Example


Text Example

White with #943349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943349; }

 p { color: rgb(148,51,73); }

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

background-color css

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

 a { background-color: rgb(148,51,73); }

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

border-color css

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

 span { border-color: rgb(148,51,73); }

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