Html Css Color HEX #94215E Lipstick

📋 copy color: '#94215E'

red 148 ◦ green 33 ◦ blue 94

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

Shades of Lipstick #94215E

Tints of Lipstick #94215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 53.82%
G = 12%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94215E (or 0x94215E) is known color: Lipstick. HEX triplet: 94, 21 and 5E. RGB value is (148,33,94). Sum of RGB (Red+Green+Blue) = 148+33+94=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94215E is #6BDEA1. Grayscale: #4A4A4A. Windows color (decimal): -7069346 or 6168980. OLE color: 6168980.

HSL color Cylindrical-coordinate representation of color #94215E: hue angle of 328.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94215E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 33 94 -
CMYK 0 0.78 0.36 0.42
HSL 328.17º 0.64% 0.35% -
HSV(B) 328.17º 0.78% 0.58% -
XYZ 14.78 8.19 11.39 -
YUV 74.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 148 33 94 0 0.78 0.36 0.42 328.17 0.64 0.35
Hex 94 21 5E 0 4E 24 2A 148 40 23
Octal 224 41 136 0 116 44 52 510 100 43
Binary 10010100 100001 1011110 0 1001110 100100 101010 101001000 1000000 100011

Color Harmonies of #94215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94215E

Black with #94215E

Text Example


Text Example

White with #94215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94215E; }

 p { color: rgb(148,33,94); }

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

background-color css

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

 a { background-color: rgb(148,33,94); }

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

border-color css

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

 span { border-color: rgb(148,33,94); }

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