Html Css Color HEX #951C53 Lipstick

📋 copy color: '#951C53'

red 149 ◦ green 28 ◦ blue 83

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

Shades of Lipstick #951C53

Tints of Lipstick #951C53

RGB

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

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

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

R = 57.31%
G = 10.77%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951C53 (or 0x951C53) is known color: Lipstick. HEX triplet: 95, 1C and 53. RGB value is (149,28,83). Sum of RGB (Red+Green+Blue) = 149+28+83=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #951C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C53 is #6AE3AC. Grayscale: #464646. Windows color (decimal): -7005101 or 5446805. OLE color: 5446805.

HSL color Cylindrical-coordinate representation of color #951C53: hue angle of 332.73º 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 #951C53 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 83 -
CMYK 0 0.81 0.44 0.42
HSL 332.73º 0.68% 0.35% -
HSV(B) 332.73º 0.81% 0.58% -
XYZ 14.37 7.84 8.94 -
YUV 70.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 149 28 83 0 0.81 0.44 0.42 332.73 0.68 0.35
Hex 95 1C 53 0 51 2C 2A 14D 44 23
Octal 225 34 123 0 121 54 52 515 104 43
Binary 10010101 11100 1010011 0 1010001 101100 101010 101001101 1000100 100011

Color Harmonies of #951C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C53

Black with #951C53

Text Example


Text Example

White with #951C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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