Html Css Color HEX #951340 Lipstick

📋 copy color: '#951340'

red 149 ◦ green 19 ◦ blue 64

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

Shades of Lipstick #951340

Tints of Lipstick #951340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 64.22%
G = 8.19%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#951340 (or 0x951340) is known color: Lipstick. HEX triplet: 95, 13 and 40. RGB value is (149,19,64). Sum of RGB (Red+Green+Blue) = 149+19+64=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #951340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951340 is #6AECBF. Grayscale: #3E3E3E. Windows color (decimal): -7007424 or 4199317. OLE color: 4199317.

HSL color Cylindrical-coordinate representation of color #951340: hue angle of 339.23º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951340 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 64 -
CMYK 0 0.87 0.57 0.42
HSL 339.23º 0.77% 0.33% -
HSV(B) 339.23º 0.87% 0.58% -
XYZ 13.55 7.23 5.53 -
YUV 63 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 149 19 64 0 0.87 0.57 0.42 339.23 0.77 0.33
Hex 95 13 40 0 57 39 2A 153 4D 21
Octal 225 23 100 0 127 71 52 523 115 41
Binary 10010101 10011 1000000 0 1010111 111001 101010 101010011 1001101 100001

Color Harmonies of #951340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951340

Black with #951340

Text Example


Text Example

White with #951340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951340; }

 p { color: rgb(149,19,64); }

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

background-color css

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

 a { background-color: rgb(149,19,64); }

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

border-color css

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

 span { border-color: rgb(149,19,64); }

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