Html Css Color HEX #9B1D44 Lipstick

📋 copy color: '#9B1D44'

red 155 ◦ green 29 ◦ blue 68

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

Shades of Lipstick #9B1D44

Tints of Lipstick #9B1D44

RGB

 RED value IS 155 (60.94% from 255) = 61.51%

 GREEN value IS 29 (11.72% from 255) = 11.51%

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 61.51%
G = 11.51%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B1D44 (or 0x9B1D44) is known color: Lipstick. HEX triplet: 9B, 1D and 44. RGB value is (155,29,68). Sum of RGB (Red+Green+Blue) = 155+29+68=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D44 is #64E2BB. Grayscale: #474747. Windows color (decimal): -6611644 or 4464027. OLE color: 4464027.

HSL color Cylindrical-coordinate representation of color #9B1D44: hue angle of 341.43º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D44 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 29 68 -
CMYK 0 0.81 0.56 0.39
HSL 341.43º 0.68% 0.36% -
HSV(B) 341.43º 0.81% 0.61% -
XYZ 15 8.26 6.27 -
YUV 71.12 126.24 187.83 -
System Red Green Blue C M Y K H S L
Decimal 155 29 68 0 0.81 0.56 0.39 341.43 0.68 0.36
Hex 9B 1D 44 0 51 38 27 155 44 24
Octal 233 35 104 0 121 70 47 525 104 44
Binary 10011011 11101 1000100 0 1010001 111000 100111 101010101 1000100 100100

Color Harmonies of #9B1D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1D44

Black with #9B1D44

Text Example


Text Example

White with #9B1D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B1D44; }

 p { color: rgb(155,29,68); }

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

background-color css

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

 a { background-color: rgb(155,29,68); }

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

border-color css

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

 span { border-color: rgb(155,29,68); }

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