Html Css Color HEX #9A254A Lipstick

📋 copy color: '#9A254A'

red 154 ◦ green 37 ◦ blue 74

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

Shades of Lipstick #9A254A

Tints of Lipstick #9A254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 58.11%
G = 13.96%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#9A254A (or 0x9A254A) is known color: Lipstick. HEX triplet: 9A, 25 and 4A. RGB value is (154,37,74). Sum of RGB (Red+Green+Blue) = 154+37+74=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A254A is #65DAB5. Grayscale: #4C4C4C. Windows color (decimal): -6675126 or 4859290. OLE color: 4859290.

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

Color convert

RGB 154 37 74 -
CMYK 0 0.76 0.52 0.40
HSL 341.03º 0.61% 0.37% -
HSV(B) 341.03º 0.76% 0.6% -
XYZ 15.22 8.69 7.35 -
YUV 76.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 154 37 74 0 0.76 0.52 0.40 341.03 0.61 0.37
Hex 9A 25 4A 0 4C 34 28 155 3D 25
Octal 232 45 112 0 114 64 50 525 75 45
Binary 10011010 100101 1001010 0 1001100 110100 101000 101010101 111101 100101

Color Harmonies of #9A254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A254A

Black with #9A254A

Text Example


Text Example

White with #9A254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,37,74); }

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

background-color css

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

 a { background-color: rgb(154,37,74); }

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

border-color css

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

 span { border-color: rgb(154,37,74); }

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