Html Css Color HEX #951B55 Lipstick

📋 copy color: '#951B55'

red 149 ◦ green 27 ◦ blue 85

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

Shades of Lipstick #951B55

Tints of Lipstick #951B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 57.09%
G = 10.34%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#951B55 (or 0x951B55) is known color: Lipstick. HEX triplet: 95, 1B and 55. RGB value is (149,27,85). Sum of RGB (Red+Green+Blue) = 149+27+85=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #951B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B55 is #6AE4AA. Grayscale: #454545. Windows color (decimal): -7005355 or 5577621. OLE color: 5577621.

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

Color convert

RGB 149 27 85 -
CMYK 0 0.82 0.43 0.42
HSL 331.48º 0.69% 0.35% -
HSV(B) 331.48º 0.82% 0.58% -
XYZ 14.43 7.83 9.35 -
YUV 70.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 149 27 85 0 0.82 0.43 0.42 331.48 0.69 0.35
Hex 95 1B 55 0 52 2B 2A 14B 45 23
Octal 225 33 125 0 122 53 52 513 105 43
Binary 10010101 11011 1010101 0 1010010 101011 101010 101001011 1000101 100011

Color Harmonies of #951B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B55

Black with #951B55

Text Example


Text Example

White with #951B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,85); }

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

background-color css

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

 a { background-color: rgb(149,27,85); }

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

border-color css

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

 span { border-color: rgb(149,27,85); }

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