Html Css Color HEX #95375C Lipstick

📋 copy color: '#95375C'

red 149 ◦ green 55 ◦ blue 92

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

Shades of Lipstick #95375C

Tints of Lipstick #95375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 50.34%
G = 18.58%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95375C (or 0x95375C) is known color: Lipstick. HEX triplet: 95, 37 and 5C. RGB value is (149,55,92). Sum of RGB (Red+Green+Blue) = 149+55+92=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95375C is #6AC8A3. Grayscale: #575757. Windows color (decimal): -6998180 or 6043541. OLE color: 6043541.

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

Color convert

RGB 149 55 92 -
CMYK 0 0.63 0.38 0.42
HSL 336.38º 0.46% 0.4% -
HSV(B) 336.38º 0.63% 0.58% -
XYZ 15.69 9.89 11.21 -
YUV 87.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 149 55 92 0 0.63 0.38 0.42 336.38 0.46 0.4
Hex 95 37 5C 0 3F 26 2A 150 2E 28
Octal 225 67 134 0 77 46 52 520 56 50
Binary 10010101 110111 1011100 0 111111 100110 101010 101010000 101110 101000

Color Harmonies of #95375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95375C

Black with #95375C

Text Example


Text Example

White with #95375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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