Html Css Color HEX #9B2358 Lipstick

📋 copy color: '#9B2358'

red 155 ◦ green 35 ◦ blue 88

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

Shades of Lipstick #9B2358

Tints of Lipstick #9B2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

 BLUE value IS 88 (34.77% from 255) = 31.65%

R = 55.76%
G = 12.59%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B2358 (or 0x9B2358) is known color: Lipstick. HEX triplet: 9B, 23 and 58. RGB value is (155,35,88). Sum of RGB (Red+Green+Blue) = 155+35+88=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2358 is #64DCA7. Grayscale: #4C4C4C. Windows color (decimal): -6610088 or 5776283. OLE color: 5776283.

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

Color convert

RGB 155 35 88 -
CMYK 0 0.77 0.43 0.39
HSL 333.5º 0.63% 0.37% -
HSV(B) 333.5º 0.77% 0.61% -
XYZ 15.88 8.88 10.11 -
YUV 76.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 155 35 88 0 0.77 0.43 0.39 333.5 0.63 0.37
Hex 9B 23 58 0 4D 2B 27 14E 3F 25
Octal 233 43 130 0 115 53 47 516 77 45
Binary 10011011 100011 1011000 0 1001101 101011 100111 101001110 111111 100101

Color Harmonies of #9B2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2358

Black with #9B2358

Text Example


Text Example

White with #9B2358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,35,88); }

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

background-color css

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

 a { background-color: rgb(155,35,88); }

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

border-color css

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

 span { border-color: rgb(155,35,88); }

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