Html Css Color HEX #951841 Lipstick

📋 copy color: '#951841'

red 149 ◦ green 24 ◦ blue 65

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

Shades of Lipstick #951841

Tints of Lipstick #951841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

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

R = 62.61%
G = 10.08%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951841 (or 0x951841) is known color: Lipstick. HEX triplet: 95, 18 and 41. RGB value is (149,24,65). Sum of RGB (Red+Green+Blue) = 149+24+65=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #951841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951841 is #6AE7BE. Grayscale: #424242. Windows color (decimal): -7006143 or 4266133. OLE color: 4266133.

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

Color convert

RGB 149 24 65 -
CMYK 0 0.84 0.56 0.42
HSL 340.32º 0.72% 0.34% -
HSV(B) 340.32º 0.84% 0.58% -
XYZ 13.68 7.42 5.71 -
YUV 66.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 149 24 65 0 0.84 0.56 0.42 340.32 0.72 0.34
Hex 95 18 41 0 54 38 2A 154 48 22
Octal 225 30 101 0 124 70 52 524 110 42
Binary 10010101 11000 1000001 0 1010100 111000 101010 101010100 1001000 100010

Color Harmonies of #951841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951841

Black with #951841

Text Example


Text Example

White with #951841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951841; }

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

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

background-color css

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

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

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

border-color css

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

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

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