Html Css Color HEX #951D5D Lipstick

📋 copy color: '#951D5D'

red 149 ◦ green 29 ◦ blue 93

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

Shades of Lipstick #951D5D

Tints of Lipstick #951D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 54.98%
G = 10.7%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#951D5D (or 0x951D5D) is known color: Lipstick. HEX triplet: 95, 1D and 5D. RGB value is (149,29,93). Sum of RGB (Red+Green+Blue) = 149+29+93=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #951D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D5D is #6AE2A2. Grayscale: #484848. Windows color (decimal): -7004835 or 6102421. OLE color: 6102421.

HSL color Cylindrical-coordinate representation of color #951D5D: hue angle of 328º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951D5D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 29 93 -
CMYK 0 0.81 0.38 0.42
HSL 328º 0.67% 0.35% -
HSV(B) 328º 0.81% 0.58% -
XYZ 14.81 8.06 11.13 -
YUV 72.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 149 29 93 0 0.81 0.38 0.42 328 0.67 0.35
Hex 95 1D 5D 0 51 26 2A 148 43 23
Octal 225 35 135 0 121 46 52 510 103 43
Binary 10010101 11101 1011101 0 1010001 100110 101010 101001000 1000011 100011

Color Harmonies of #951D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D5D

Black with #951D5D

Text Example


Text Example

White with #951D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951D5D; }

 p { color: rgb(149,29,93); }

 H1.HeaderClassName
 {
   color: #951D5D;
 }
 .AnyTagClassName
 {
   color: #951D5D;
 }
</style>

background-color css

<style>
 a { background-color: #951D5D; }

 a { background-color: rgb(149,29,93); }

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

border-color css

<style>
 span { border-color: #951D5D; }

 span { border-color: rgb(149,29,93); }

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