Html Css Color HEX #9C2553 Lipstick

📋 copy color: '#9C2553'

red 156 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #9C2553

Tints of Lipstick #9C2553

RGB

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

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

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

R = 56.52%
G = 13.41%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C2553 (or 0x9C2553) is known color: Lipstick. HEX triplet: 9C, 25 and 53. RGB value is (156,37,83). Sum of RGB (Red+Green+Blue) = 156+37+83=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2553 is #63DAAC. Grayscale: #4D4D4D. Windows color (decimal): -6544045 or 5449116. OLE color: 5449116.

HSL color Cylindrical-coordinate representation of color #9C2553: hue angle of 336.81º degrees, saturation: 0.62, 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 #9C2553 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 37 83 -
CMYK 0 0.76 0.47 0.39
HSL 336.81º 0.62% 0.38% -
HSV(B) 336.81º 0.76% 0.61% -
XYZ 15.93 9.02 9.08 -
YUV 77.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 156 37 83 0 0.76 0.47 0.39 336.81 0.62 0.38
Hex 9C 25 53 0 4C 2F 27 151 3E 26
Octal 234 45 123 0 114 57 47 521 76 46
Binary 10011100 100101 1010011 0 1001100 101111 100111 101010001 111110 100110

Color Harmonies of #9C2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2553

Black with #9C2553

Text Example


Text Example

White with #9C2553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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