Html Css Color HEX #951742 Lipstick

📋 copy color: '#951742'

red 149 ◦ green 23 ◦ blue 66

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

Shades of Lipstick #951742

Tints of Lipstick #951742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 62.61%
G = 9.66%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951742 (or 0x951742) is known color: Lipstick. HEX triplet: 95, 17 and 42. RGB value is (149,23,66). Sum of RGB (Red+Green+Blue) = 149+23+66=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #951742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951742 is #6AE8BD. Grayscale: #414141. Windows color (decimal): -7006398 or 4331413. OLE color: 4331413.

HSL color Cylindrical-coordinate representation of color #951742: hue angle of 339.52º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951742 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 66 -
CMYK 0 0.85 0.56 0.42
HSL 339.52º 0.73% 0.34% -
HSV(B) 339.52º 0.85% 0.58% -
XYZ 13.68 7.4 5.86 -
YUV 65.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 149 23 66 0 0.85 0.56 0.42 339.52 0.73 0.34
Hex 95 17 42 0 55 38 2A 154 49 22
Octal 225 27 102 0 125 70 52 524 111 42
Binary 10010101 10111 1000010 0 1010101 111000 101010 101010100 1001001 100010

Color Harmonies of #951742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951742

Black with #951742

Text Example


Text Example

White with #951742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951742; }

 p { color: rgb(149,23,66); }

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

background-color css

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

 a { background-color: rgb(149,23,66); }

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

border-color css

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

 span { border-color: rgb(149,23,66); }

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