Html Css Color HEX #95316D Lipstick

📋 copy color: '#95316D'

red 149 ◦ green 49 ◦ blue 109

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

Shades of Lipstick #95316D

Tints of Lipstick #95316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 48.53%
G = 15.96%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95316D (or 0x95316D) is known color: Lipstick. HEX triplet: 95, 31 and 6D. RGB value is (149,49,109). Sum of RGB (Red+Green+Blue) = 149+49+109=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95316D is #6ACE92. Grayscale: #555555. Windows color (decimal): -6999699 or 7156117. OLE color: 7156117.

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

Color convert

RGB 149 49 109 -
CMYK 0 0.67 0.27 0.42
HSL 324º 0.51% 0.39% -
HSV(B) 324º 0.67% 0.58% -
XYZ 16.25 9.69 15.48 -
YUV 85.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 149 49 109 0 0.67 0.27 0.42 324 0.51 0.39
Hex 95 31 6D 0 43 1B 2A 144 33 27
Octal 225 61 155 0 103 33 52 504 63 47
Binary 10010101 110001 1101101 0 1000011 11011 101010 101000100 110011 100111

Color Harmonies of #95316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95316D

Black with #95316D

Text Example


Text Example

White with #95316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95316D; }

 p { color: rgb(149,49,109); }

 H1.HeaderClassName
 {
   color: #95316D;
 }
 .AnyTagClassName
 {
   color: #95316D;
 }
</style>

background-color css

<style>
 a { background-color: #95316D; }

 a { background-color: rgb(149,49,109); }

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

border-color css

<style>
 span { border-color: #95316D; }

 span { border-color: rgb(149,49,109); }

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