Html Css Color HEX #95304C Lipstick

📋 copy color: '#95304C'

red 149 ◦ green 48 ◦ blue 76

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

Shades of Lipstick #95304C

Tints of Lipstick #95304C

RGB

 RED value IS 149 (58.59% from 255) = 54.58%

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 54.58%
G = 17.58%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95304C (or 0x95304C) is known color: Lipstick. HEX triplet: 95, 30 and 4C. RGB value is (149,48,76). Sum of RGB (Red+Green+Blue) = 149+48+76=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95304C is #6ACFB3. Grayscale: #515151. Windows color (decimal): -6999988 or 4993173. OLE color: 4993173.

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

Color convert

RGB 149 48 76 -
CMYK 0 0.68 0.49 0.42
HSL 343.37º 0.51% 0.39% -
HSV(B) 343.37º 0.68% 0.58% -
XYZ 14.76 9.03 7.8 -
YUV 81.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 149 48 76 0 0.68 0.49 0.42 343.37 0.51 0.39
Hex 95 30 4C 0 44 31 2A 157 33 27
Octal 225 60 114 0 104 61 52 527 63 47
Binary 10010101 110000 1001100 0 1000100 110001 101010 101010111 110011 100111

Color Harmonies of #95304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95304C

Black with #95304C

Text Example


Text Example

White with #95304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95304C; }

 p { color: rgb(149,48,76); }

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

background-color css

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

 a { background-color: rgb(149,48,76); }

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

border-color css

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

 span { border-color: rgb(149,48,76); }

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