Html Css Color HEX #9B2953 Lipstick

📋 copy color: '#9B2953'

red 155 ◦ green 41 ◦ blue 83

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

Shades of Lipstick #9B2953

Tints of Lipstick #9B2953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 55.56%
G = 14.7%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9B2953 (or 0x9B2953) is known color: Lipstick. HEX triplet: 9B, 29 and 53. RGB value is (155,41,83). Sum of RGB (Red+Green+Blue) = 155+41+83=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2953 is #64D6AC. Grayscale: #4F4F4F. Windows color (decimal): -6608557 or 5450139. OLE color: 5450139.

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

Color convert

RGB 155 41 83 -
CMYK 0 0.74 0.46 0.39
HSL 337.89º 0.58% 0.38% -
HSV(B) 337.89º 0.74% 0.61% -
XYZ 15.87 9.18 9.12 -
YUV 79.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 155 41 83 0 0.74 0.46 0.39 337.89 0.58 0.38
Hex 9B 29 53 0 4A 2E 27 152 3A 26
Octal 233 51 123 0 112 56 47 522 72 46
Binary 10011011 101001 1010011 0 1001010 101110 100111 101010010 111010 100110

Color Harmonies of #9B2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2953

Black with #9B2953

Text Example


Text Example

White with #9B2953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,41,83); }

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

background-color css

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

 a { background-color: rgb(155,41,83); }

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

border-color css

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

 span { border-color: rgb(155,41,83); }

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