Html Css Color HEX #951B5B Lipstick

📋 copy color: '#951B5B'

red 149 ◦ green 27 ◦ blue 91

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

Shades of Lipstick #951B5B

Tints of Lipstick #951B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 55.81%
G = 10.11%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#951B5B (or 0x951B5B) is known color: Lipstick. HEX triplet: 95, 1B and 5B. RGB value is (149,27,91). Sum of RGB (Red+Green+Blue) = 149+27+91=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #951B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B5B is #6AE4A4. Grayscale: #464646. Windows color (decimal): -7005349 or 5970837. OLE color: 5970837.

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

Color convert

RGB 149 27 91 -
CMYK 0 0.82 0.39 0.42
HSL 328.52º 0.69% 0.35% -
HSV(B) 328.52º 0.82% 0.58% -
XYZ 14.67 7.93 10.65 -
YUV 70.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 149 27 91 0 0.82 0.39 0.42 328.52 0.69 0.35
Hex 95 1B 5B 0 52 27 2A 149 45 23
Octal 225 33 133 0 122 47 52 511 105 43
Binary 10010101 11011 1011011 0 1010010 100111 101010 101001001 1000101 100011

Color Harmonies of #951B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B5B

Black with #951B5B

Text Example


Text Example

White with #951B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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