Html Css Color HEX #9C154B Lipstick

📋 copy color: '#9C154B'

red 156 ◦ green 21 ◦ blue 75

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

Shades of Lipstick #9C154B

Tints of Lipstick #9C154B

RGB

 RED value IS 156 (61.33% from 255) = 61.9%

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 61.9%
G = 8.33%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#9C154B (or 0x9C154B) is known color: Lipstick. HEX triplet: 9C, 15 and 4B. RGB value is (156,21,75). Sum of RGB (Red+Green+Blue) = 156+21+75=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C154B is #63EAB4. Grayscale: #434343. Windows color (decimal): -6548149 or 4920732. OLE color: 4920732.

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

Color convert

RGB 156 21 75 -
CMYK 0 0.87 0.52 0.39
HSL 336º 0.76% 0.35% -
HSV(B) 336º 0.87% 0.61% -
XYZ 15.25 8.11 7.42 -
YUV 67.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 156 21 75 0 0.87 0.52 0.39 336 0.76 0.35
Hex 9C 15 4B 0 57 34 27 150 4C 23
Octal 234 25 113 0 127 64 47 520 114 43
Binary 10011100 10101 1001011 0 1010111 110100 100111 101010000 1001100 100011

Color Harmonies of #9C154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C154B

Black with #9C154B

Text Example


Text Example

White with #9C154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,75); }

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

background-color css

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

 a { background-color: rgb(156,21,75); }

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

border-color css

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

 span { border-color: rgb(156,21,75); }

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