Html Css Color HEX #951953 Lipstick

📋 copy color: '#951953'

red 149 ◦ green 25 ◦ blue 83

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

Shades of Lipstick #951953

Tints of Lipstick #951953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 83 (32.81% from 255) = 32.3%

R = 57.98%
G = 9.73%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951953 (or 0x951953) is known color: Lipstick. HEX triplet: 95, 19 and 53. RGB value is (149,25,83). Sum of RGB (Red+Green+Blue) = 149+25+83=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #951953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951953 is #6AE6AC. Grayscale: #444444. Windows color (decimal): -7005869 or 5446037. OLE color: 5446037.

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

Color convert

RGB 149 25 83 -
CMYK 0 0.83 0.44 0.42
HSL 331.94º 0.71% 0.34% -
HSV(B) 331.94º 0.83% 0.58% -
XYZ 14.3 7.71 8.92 -
YUV 68.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 149 25 83 0 0.83 0.44 0.42 331.94 0.71 0.34
Hex 95 19 53 0 53 2C 2A 14C 47 22
Octal 225 31 123 0 123 54 52 514 107 42
Binary 10010101 11001 1010011 0 1010011 101100 101010 101001100 1000111 100010

Color Harmonies of #951953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951953

Black with #951953

Text Example


Text Example

White with #951953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951953; }

 p { color: rgb(149,25,83); }

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

background-color css

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

 a { background-color: rgb(149,25,83); }

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

border-color css

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

 span { border-color: rgb(149,25,83); }

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