Html Css Color HEX #9C1B3F Lipstick

📋 copy color: '#9C1B3F'

red 156 ◦ green 27 ◦ blue 63

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

Shades of Lipstick #9C1B3F

Tints of Lipstick #9C1B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.98%

 BLUE value IS 63 (25% from 255) = 25.61%

R = 63.41%
G = 10.98%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C1B3F (or 0x9C1B3F) is known color: Lipstick. HEX triplet: 9C, 1B and 3F. RGB value is (156,27,63). Sum of RGB (Red+Green+Blue) = 156+27+63=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B3F is #63E4C0. Grayscale: #454545. Windows color (decimal): -6546625 or 4135836. OLE color: 4135836.

HSL color Cylindrical-coordinate representation of color #9C1B3F: hue angle of 343.26º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B3F is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 27 63 -
CMYK 0 0.83 0.60 0.39
HSL 343.26º 0.7% 0.36% -
HSV(B) 343.26º 0.83% 0.61% -
XYZ 15 8.21 5.5 -
YUV 69.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 156 27 63 0 0.83 0.60 0.39 343.26 0.7 0.36
Hex 9C 1B 3F 0 53 3C 27 157 46 24
Octal 234 33 77 0 123 74 47 527 106 44
Binary 10011100 11011 111111 0 1010011 111100 100111 101010111 1000110 100100

Color Harmonies of #9C1B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B3F

Black with #9C1B3F

Text Example


Text Example

White with #9C1B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,27,63); }

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

background-color css

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

 a { background-color: rgb(156,27,63); }

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

border-color css

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

 span { border-color: rgb(156,27,63); }

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