Html Css Color HEX #9A1A48 Lipstick

📋 copy color: '#9A1A48'

red 154 ◦ green 26 ◦ blue 72

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

Shades of Lipstick #9A1A48

Tints of Lipstick #9A1A48

RGB

 RED value IS 154 (60.55% from 255) = 61.11%

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 61.11%
G = 10.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A1A48 (or 0x9A1A48) is known color: Lipstick. HEX triplet: 9A, 1A and 48. RGB value is (154,26,72). Sum of RGB (Red+Green+Blue) = 154+26+72=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1A48 is #65E5B7. Grayscale: #454545. Windows color (decimal): -6677944 or 4725402. OLE color: 4725402.

HSL color Cylindrical-coordinate representation of color #9A1A48: hue angle of 338.44º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A1A48 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 26 72 -
CMYK 0 0.83 0.53 0.40
HSL 338.44º 0.71% 0.35% -
HSV(B) 338.44º 0.83% 0.6% -
XYZ 14.87 8.08 6.91 -
YUV 69.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 154 26 72 0 0.83 0.53 0.40 338.44 0.71 0.35
Hex 9A 1A 48 0 53 35 28 152 47 23
Octal 232 32 110 0 123 65 50 522 107 43
Binary 10011010 11010 1001000 0 1010011 110101 101000 101010010 1000111 100011

Color Harmonies of #9A1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1A48

Black with #9A1A48

Text Example


Text Example

White with #9A1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,26,72); }

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

background-color css

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

 a { background-color: rgb(154,26,72); }

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

border-color css

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

 span { border-color: rgb(154,26,72); }

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