Html Css Color HEX #9B1C44 Lipstick

📋 copy color: '#9B1C44'

red 155 ◦ green 28 ◦ blue 68

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

Shades of Lipstick #9B1C44

Tints of Lipstick #9B1C44

RGB

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

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

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

R = 61.75%
G = 11.16%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B1C44 (or 0x9B1C44) is known color: Lipstick. HEX triplet: 9B, 1C and 44. RGB value is (155,28,68). Sum of RGB (Red+Green+Blue) = 155+28+68=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 68 (26.95% from 255 or 27.09% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C44 is #64E3BB. Grayscale: #464646. Windows color (decimal): -6611900 or 4463771. OLE color: 4463771.

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

Color convert

RGB 155 28 68 -
CMYK 0 0.82 0.56 0.39
HSL 341.1º 0.69% 0.36% -
HSV(B) 341.1º 0.82% 0.61% -
XYZ 14.98 8.22 6.27 -
YUV 70.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 155 28 68 0 0.82 0.56 0.39 341.1 0.69 0.36
Hex 9B 1C 44 0 52 38 27 155 45 24
Octal 233 34 104 0 122 70 47 525 105 44
Binary 10011011 11100 1000100 0 1010010 111000 100111 101010101 1000101 100100

Color Harmonies of #9B1C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C44

Black with #9B1C44

Text Example


Text Example

White with #9B1C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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