Html Css Color HEX #951345 Lipstick

📋 copy color: '#951345'

red 149 ◦ green 19 ◦ blue 69

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

Shades of Lipstick #951345

Tints of Lipstick #951345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.11%

R = 62.87%
G = 8.02%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#951345 (or 0x951345) is known color: Lipstick. HEX triplet: 95, 13 and 45. RGB value is (149,19,69). Sum of RGB (Red+Green+Blue) = 149+19+69=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951345 is #6AECBA. Grayscale: #3F3F3F. Windows color (decimal): -7007419 or 4526997. OLE color: 4526997.

HSL color Cylindrical-coordinate representation of color #951345: hue angle of 336.92º 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 #951345 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 69 -
CMYK 0 0.87 0.54 0.42
HSL 336.92º 0.77% 0.33% -
HSV(B) 336.92º 0.87% 0.58% -
XYZ 13.7 7.28 6.31 -
YUV 63.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 149 19 69 0 0.87 0.54 0.42 336.92 0.77 0.33
Hex 95 13 45 0 57 36 2A 151 4D 21
Octal 225 23 105 0 127 66 52 521 115 41
Binary 10010101 10011 1000101 0 1010111 110110 101010 101010001 1001101 100001

Color Harmonies of #951345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951345

Black with #951345

Text Example


Text Example

White with #951345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951345; }

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

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

background-color css

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

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

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

border-color css

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

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

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