Html Css Color HEX #94355D Lipstick

📋 copy color: '#94355D'

red 148 ◦ green 53 ◦ blue 93

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

Shades of Lipstick #94355D

Tints of Lipstick #94355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 50.34%
G = 18.03%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94355D (or 0x94355D) is known color: Lipstick. HEX triplet: 94, 35 and 5D. RGB value is (148,53,93). Sum of RGB (Red+Green+Blue) = 148+53+93=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94355D is #6BCAA2. Grayscale: #555555. Windows color (decimal): -7064227 or 6108564. OLE color: 6108564.

HSL color Cylindrical-coordinate representation of color #94355D: hue angle of 334.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94355D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 53 93 -
CMYK 0 0.64 0.37 0.42
HSL 334.74º 0.47% 0.39% -
HSV(B) 334.74º 0.64% 0.58% -
XYZ 15.46 9.63 11.4 -
YUV 85.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 148 53 93 0 0.64 0.37 0.42 334.74 0.47 0.39
Hex 94 35 5D 0 40 25 2A 14F 2F 27
Octal 224 65 135 0 100 45 52 517 57 47
Binary 10010100 110101 1011101 0 1000000 100101 101010 101001111 101111 100111

Color Harmonies of #94355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94355D

Black with #94355D

Text Example


Text Example

White with #94355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94355D; }

 p { color: rgb(148,53,93); }

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

background-color css

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

 a { background-color: rgb(148,53,93); }

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

border-color css

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

 span { border-color: rgb(148,53,93); }

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