Html Css Color HEX #9B304C Lipstick

📋 copy color: '#9B304C'

red 155 ◦ green 48 ◦ blue 76

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

Shades of Lipstick #9B304C

Tints of Lipstick #9B304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 55.56%
G = 17.2%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B304C (or 0x9B304C) is known color: Lipstick. HEX triplet: 9B, 30 and 4C. RGB value is (155,48,76). Sum of RGB (Red+Green+Blue) = 155+48+76=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B304C is #64CFB3. Grayscale: #535353. Windows color (decimal): -6606772 or 4993179. OLE color: 4993179.

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

Color convert

RGB 155 48 76 -
CMYK 0 0.69 0.51 0.39
HSL 344.3º 0.53% 0.4% -
HSV(B) 344.3º 0.69% 0.61% -
XYZ 15.88 9.6 7.85 -
YUV 83.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 155 48 76 0 0.69 0.51 0.39 344.3 0.53 0.4
Hex 9B 30 4C 0 45 33 27 158 35 28
Octal 233 60 114 0 105 63 47 530 65 50
Binary 10011011 110000 1001100 0 1000101 110011 100111 101011000 110101 101000

Color Harmonies of #9B304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B304C

Black with #9B304C

Text Example


Text Example

White with #9B304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,48,76); }

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

background-color css

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

 a { background-color: rgb(155,48,76); }

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

border-color css

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

 span { border-color: rgb(155,48,76); }

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