Html Css Color HEX #95336C Lipstick

📋 copy color: '#95336C'

red 149 ◦ green 51 ◦ blue 108

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

Shades of Lipstick #95336C

Tints of Lipstick #95336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 48.38%
G = 16.56%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95336C (or 0x95336C) is known color: Lipstick. HEX triplet: 95, 33 and 6C. RGB value is (149,51,108). Sum of RGB (Red+Green+Blue) = 149+51+108=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95336C is #6ACC93. Grayscale: #565656. Windows color (decimal): -6999188 or 7091093. OLE color: 7091093.

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

Color convert

RGB 149 51 108 -
CMYK 0 0.66 0.28 0.42
HSL 325.1º 0.49% 0.39% -
HSV(B) 325.1º 0.66% 0.58% -
XYZ 16.29 9.84 15.23 -
YUV 86.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 149 51 108 0 0.66 0.28 0.42 325.1 0.49 0.39
Hex 95 33 6C 0 42 1C 2A 145 31 27
Octal 225 63 154 0 102 34 52 505 61 47
Binary 10010101 110011 1101100 0 1000010 11100 101010 101000101 110001 100111

Color Harmonies of #95336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95336C

Black with #95336C

Text Example


Text Example

White with #95336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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