Html Css Color HEX #96254C Lipstick

📋 copy color: '#96254C'

red 150 ◦ green 37 ◦ blue 76

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

Shades of Lipstick #96254C

Tints of Lipstick #96254C

RGB

 RED value IS 150 (58.98% from 255) = 57.03%

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 57.03%
G = 14.07%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96254C (or 0x96254C) is known color: Lipstick. HEX triplet: 96, 25 and 4C. RGB value is (150,37,76). Sum of RGB (Red+Green+Blue) = 150+37+76=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96254C is #69DAB3. Grayscale: #4B4B4B. Windows color (decimal): -6937268 or 4990358. OLE color: 4990358.

HSL color Cylindrical-coordinate representation of color #96254C: hue angle of 339.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96254C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 76 -
CMYK 0 0.75 0.49 0.41
HSL 339.29º 0.6% 0.37% -
HSV(B) 339.29º 0.75% 0.59% -
XYZ 14.54 8.33 7.68 -
YUV 75.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 150 37 76 0 0.75 0.49 0.41 339.29 0.6 0.37
Hex 96 25 4C 0 4B 31 29 153 3C 25
Octal 226 45 114 0 113 61 51 523 74 45
Binary 10010110 100101 1001100 0 1001011 110001 101001 101010011 111100 100101

Color Harmonies of #96254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96254C

Black with #96254C

Text Example


Text Example

White with #96254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96254C; }

 p { color: rgb(150,37,76); }

 H1.HeaderClassName
 {
   color: #96254C;
 }
 .AnyTagClassName
 {
   color: #96254C;
 }
</style>

background-color css

<style>
 a { background-color: #96254C; }

 a { background-color: rgb(150,37,76); }

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

border-color css

<style>
 span { border-color: #96254C; }

 span { border-color: rgb(150,37,76); }

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