Html Css Color HEX #951041 Lipstick

📋 copy color: '#951041'

red 149 ◦ green 16 ◦ blue 65

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

Shades of Lipstick #951041

Tints of Lipstick #951041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

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

R = 64.78%
G = 6.96%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951041 (or 0x951041) is known color: Lipstick. HEX triplet: 95, 10 and 41. RGB value is (149,16,65). Sum of RGB (Red+Green+Blue) = 149+16+65=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #951041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951041 is #6AEFBE. Grayscale: #3D3D3D. Windows color (decimal): -7008191 or 4264085. OLE color: 4264085.

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

Color convert

RGB 149 16 65 -
CMYK 0 0.89 0.56 0.42
HSL 337.89º 0.81% 0.32% -
HSV(B) 337.89º 0.89% 0.58% -
XYZ 13.53 7.14 5.67 -
YUV 61.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 149 16 65 0 0.89 0.56 0.42 337.89 0.81 0.32
Hex 95 10 41 0 59 38 2A 152 51 20
Octal 225 20 101 0 131 70 52 522 121 40
Binary 10010101 10000 1000001 0 1011001 111000 101010 101010010 1010001 100000

Color Harmonies of #951041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951041

Black with #951041

Text Example


Text Example

White with #951041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951041; }

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

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

background-color css

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

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

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

border-color css

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

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

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