Html Css Color HEX #951943 Lipstick

📋 copy color: '#951943'

red 149 ◦ green 25 ◦ blue 67

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

Shades of Lipstick #951943

Tints of Lipstick #951943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 67 (26.56% from 255) = 27.8%

R = 61.83%
G = 10.37%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#951943 (or 0x951943) is known color: Lipstick. HEX triplet: 95, 19 and 43. RGB value is (149,25,67). Sum of RGB (Red+Green+Blue) = 149+25+67=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #951943 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951943 is #6AE6BC. Grayscale: #424242. Windows color (decimal): -7005885 or 4397461. OLE color: 4397461.

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

Color convert

RGB 149 25 67 -
CMYK 0 0.83 0.55 0.42
HSL 339.68º 0.71% 0.34% -
HSV(B) 339.68º 0.83% 0.58% -
XYZ 13.76 7.49 6.03 -
YUV 66.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 149 25 67 0 0.83 0.55 0.42 339.68 0.71 0.34
Hex 95 19 43 0 53 37 2A 154 47 22
Octal 225 31 103 0 123 67 52 524 107 42
Binary 10010101 11001 1000011 0 1010011 110111 101010 101010100 1000111 100010

Color Harmonies of #951943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951943

Black with #951943

Text Example


Text Example

White with #951943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951943; }

 p { color: rgb(149,25,67); }

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

background-color css

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

 a { background-color: rgb(149,25,67); }

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

border-color css

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

 span { border-color: rgb(149,25,67); }

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