Html Css Color HEX #951B49 Lipstick

📋 copy color: '#951B49'

red 149 ◦ green 27 ◦ blue 73

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

Shades of Lipstick #951B49

Tints of Lipstick #951B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 59.84%
G = 10.84%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#951B49 (or 0x951B49) is known color: Lipstick. HEX triplet: 95, 1B and 49. RGB value is (149,27,73). Sum of RGB (Red+Green+Blue) = 149+27+73=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #951B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B49 is #6AE4B6. Grayscale: #444444. Windows color (decimal): -7005367 or 4791189. OLE color: 4791189.

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

Color convert

RGB 149 27 73 -
CMYK 0 0.82 0.51 0.42
HSL 337.38º 0.69% 0.35% -
HSV(B) 337.38º 0.82% 0.58% -
XYZ 13.99 7.65 7.04 -
YUV 68.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 149 27 73 0 0.82 0.51 0.42 337.38 0.69 0.35
Hex 95 1B 49 0 52 33 2A 151 45 23
Octal 225 33 111 0 122 63 52 521 105 43
Binary 10010101 11011 1001001 0 1010010 110011 101010 101010001 1000101 100011

Color Harmonies of #951B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B49

Black with #951B49

Text Example


Text Example

White with #951B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,73); }

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

background-color css

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

 a { background-color: rgb(149,27,73); }

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

border-color css

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

 span { border-color: rgb(149,27,73); }

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