Html Css Color HEX #951C58 Lipstick

📋 copy color: '#951C58'

red 149 ◦ green 28 ◦ blue 88

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

Shades of Lipstick #951C58

Tints of Lipstick #951C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.57%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 56.23%
G = 10.57%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#951C58 (or 0x951C58) is known color: Lipstick. HEX triplet: 95, 1C and 58. RGB value is (149,28,88). Sum of RGB (Red+Green+Blue) = 149+28+88=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #951C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C58 is #6AE3A7. Grayscale: #464646. Windows color (decimal): -7005096 or 5774485. OLE color: 5774485.

HSL color Cylindrical-coordinate representation of color #951C58: hue angle of 330.25º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C58 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 88 -
CMYK 0 0.81 0.41 0.42
HSL 330.25º 0.68% 0.35% -
HSV(B) 330.25º 0.81% 0.58% -
XYZ 14.57 7.92 9.99 -
YUV 71.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 149 28 88 0 0.81 0.41 0.42 330.25 0.68 0.35
Hex 95 1C 58 0 51 29 2A 14A 44 23
Octal 225 34 130 0 121 51 52 512 104 43
Binary 10010101 11100 1011000 0 1010001 101001 101010 101001010 1000100 100011

Color Harmonies of #951C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C58

Black with #951C58

Text Example


Text Example

White with #951C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C58; }

 p { color: rgb(149,28,88); }

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

background-color css

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

 a { background-color: rgb(149,28,88); }

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

border-color css

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

 span { border-color: rgb(149,28,88); }

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