Html Css Color HEX #9B254F Lipstick

📋 copy color: '#9B254F'

red 155 ◦ green 37 ◦ blue 79

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

Shades of Lipstick #9B254F

Tints of Lipstick #9B254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 79 (31.25% from 255) = 29.15%

R = 57.2%
G = 13.65%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B254F (or 0x9B254F) is known color: Lipstick. HEX triplet: 9B, 25 and 4F. RGB value is (155,37,79). Sum of RGB (Red+Green+Blue) = 155+37+79=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B254F is #64DAB0. Grayscale: #4D4D4D. Windows color (decimal): -6609585 or 5186971. OLE color: 5186971.

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

Color convert

RGB 155 37 79 -
CMYK 0 0.76 0.49 0.39
HSL 338.64º 0.61% 0.38% -
HSV(B) 338.64º 0.76% 0.61% -
XYZ 15.59 8.86 8.28 -
YUV 77.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 155 37 79 0 0.76 0.49 0.39 338.64 0.61 0.38
Hex 9B 25 4F 0 4C 31 27 153 3D 26
Octal 233 45 117 0 114 61 47 523 75 46
Binary 10011011 100101 1001111 0 1001100 110001 100111 101010011 111101 100110

Color Harmonies of #9B254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B254F

Black with #9B254F

Text Example


Text Example

White with #9B254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,79); }

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

background-color css

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

 a { background-color: rgb(155,37,79); }

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

border-color css

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

 span { border-color: rgb(155,37,79); }

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