Html Css Color HEX #951A41 Lipstick

📋 copy color: '#951A41'

red 149 ◦ green 26 ◦ blue 65

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

Shades of Lipstick #951A41

Tints of Lipstick #951A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 62.08%
G = 10.83%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951A41 (or 0x951A41) is known color: Lipstick. HEX triplet: 95, 1A and 41. RGB value is (149,26,65). Sum of RGB (Red+Green+Blue) = 149+26+65=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #951A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A41 is #6AE5BE. Grayscale: #434343. Windows color (decimal): -7005631 or 4266645. OLE color: 4266645.

HSL color Cylindrical-coordinate representation of color #951A41: hue angle of 340.98º degrees, saturation: 0.7, 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 #951A41 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 65 -
CMYK 0 0.83 0.56 0.42
HSL 340.98º 0.7% 0.34% -
HSV(B) 340.98º 0.83% 0.58% -
XYZ 13.72 7.51 5.73 -
YUV 67.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 149 26 65 0 0.83 0.56 0.42 340.98 0.7 0.34
Hex 95 1A 41 0 53 38 2A 155 46 22
Octal 225 32 101 0 123 70 52 525 106 42
Binary 10010101 11010 1000001 0 1010011 111000 101010 101010101 1000110 100010

Color Harmonies of #951A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A41

Black with #951A41

Text Example


Text Example

White with #951A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,26,65); }

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

background-color css

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

 a { background-color: rgb(149,26,65); }

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

border-color css

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

 span { border-color: rgb(149,26,65); }

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