Html Css Color HEX #9B2141 Lipstick

📋 copy color: '#9B2141'

red 155 ◦ green 33 ◦ blue 65

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

Shades of Lipstick #9B2141

Tints of Lipstick #9B2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

 BLUE value IS 65 (25.78% from 255) = 25.69%

R = 61.26%
G = 13.04%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B2141 (or 0x9B2141) is known color: Lipstick. HEX triplet: 9B, 21 and 41. RGB value is (155,33,65). Sum of RGB (Red+Green+Blue) = 155+33+65=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2141 is #64DEBE. Grayscale: #494949. Windows color (decimal): -6610623 or 4268443. OLE color: 4268443.

HSL color Cylindrical-coordinate representation of color #9B2141: hue angle of 344.26º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2141 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 33 65 -
CMYK 0 0.79 0.58 0.39
HSL 344.26º 0.65% 0.37% -
HSV(B) 344.26º 0.79% 0.61% -
XYZ 15.02 8.44 5.84 -
YUV 73.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 155 33 65 0 0.79 0.58 0.39 344.26 0.65 0.37
Hex 9B 21 41 0 4F 3A 27 158 41 25
Octal 233 41 101 0 117 72 47 530 101 45
Binary 10011011 100001 1000001 0 1001111 111010 100111 101011000 1000001 100101

Color Harmonies of #9B2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2141

Black with #9B2141

Text Example


Text Example

White with #9B2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,33,65); }

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

background-color css

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

 a { background-color: rgb(155,33,65); }

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

border-color css

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

 span { border-color: rgb(155,33,65); }

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