Html Css Color HEX #95365C Lipstick

📋 copy color: '#95365C'

red 149 ◦ green 54 ◦ blue 92

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

Shades of Lipstick #95365C

Tints of Lipstick #95365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 50.51%
G = 18.31%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95365C (or 0x95365C) is known color: Lipstick. HEX triplet: 95, 36 and 5C. RGB value is (149,54,92). Sum of RGB (Red+Green+Blue) = 149+54+92=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95365C is #6AC9A3. Grayscale: #565656. Windows color (decimal): -6998436 or 6043285. OLE color: 6043285.

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

Color convert

RGB 149 54 92 -
CMYK 0 0.64 0.38 0.42
HSL 336º 0.47% 0.4% -
HSV(B) 336º 0.64% 0.58% -
XYZ 15.65 9.8 11.19 -
YUV 86.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 149 54 92 0 0.64 0.38 0.42 336 0.47 0.4
Hex 95 36 5C 0 40 26 2A 150 2F 28
Octal 225 66 134 0 100 46 52 520 57 50
Binary 10010101 110110 1011100 0 1000000 100110 101010 101010000 101111 101000

Color Harmonies of #95365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95365C

Black with #95365C

Text Example


Text Example

White with #95365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,54,92); }

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

background-color css

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

 a { background-color: rgb(149,54,92); }

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

border-color css

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

 span { border-color: rgb(149,54,92); }

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