Html Css Color HEX #95346C Lipstick

📋 copy color: '#95346C'

red 149 ◦ green 52 ◦ blue 108

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

Shades of Lipstick #95346C

Tints of Lipstick #95346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 48.22%
G = 16.83%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95346C (or 0x95346C) is known color: Lipstick. HEX triplet: 95, 34 and 6C. RGB value is (149,52,108). Sum of RGB (Red+Green+Blue) = 149+52+108=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95346C is #6ACB93. Grayscale: #575757. Windows color (decimal): -6998932 or 7091349. OLE color: 7091349.

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

Color convert

RGB 149 52 108 -
CMYK 0 0.65 0.28 0.42
HSL 325.36º 0.48% 0.39% -
HSV(B) 325.36º 0.65% 0.58% -
XYZ 16.33 9.93 15.24 -
YUV 87.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 149 52 108 0 0.65 0.28 0.42 325.36 0.48 0.39
Hex 95 34 6C 0 41 1C 2A 145 30 27
Octal 225 64 154 0 101 34 52 505 60 47
Binary 10010101 110100 1101100 0 1000001 11100 101010 101000101 110000 100111

Color Harmonies of #95346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95346C

Black with #95346C

Text Example


Text Example

White with #95346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,52,108); }

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

background-color css

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

 a { background-color: rgb(149,52,108); }

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

border-color css

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

 span { border-color: rgb(149,52,108); }

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