Html Css Color HEX #9C1953 Lipstick

📋 copy color: '#9C1953'

red 156 ◦ green 25 ◦ blue 83

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

Shades of Lipstick #9C1953

Tints of Lipstick #9C1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

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

R = 59.09%
G = 9.47%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C1953 (or 0x9C1953) is known color: Lipstick. HEX triplet: 9C, 19 and 53. RGB value is (156,25,83). Sum of RGB (Red+Green+Blue) = 156+25+83=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1953 is #63E6AC. Grayscale: #464646. Windows color (decimal): -6547117 or 5446044. OLE color: 5446044.

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

Color convert

RGB 156 25 83 -
CMYK 0 0.84 0.47 0.39
HSL 333.44º 0.72% 0.35% -
HSV(B) 333.44º 0.84% 0.61% -
XYZ 15.62 8.39 8.98 -
YUV 70.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 156 25 83 0 0.84 0.47 0.39 333.44 0.72 0.35
Hex 9C 19 53 0 54 2F 27 14D 48 23
Octal 234 31 123 0 124 57 47 515 110 43
Binary 10011100 11001 1010011 0 1010100 101111 100111 101001101 1001000 100011

Color Harmonies of #9C1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1953

Black with #9C1953

Text Example


Text Example

White with #9C1953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,25,83); }

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

background-color css

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

 a { background-color: rgb(156,25,83); }

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

border-color css

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

 span { border-color: rgb(156,25,83); }

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