Html Css Color HEX #96235A Lipstick

📋 copy color: '#96235A'

red 150 ◦ green 35 ◦ blue 90

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

Shades of Lipstick #96235A

Tints of Lipstick #96235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 54.55%
G = 12.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96235A (or 0x96235A) is known color: Lipstick. HEX triplet: 96, 23 and 5A. RGB value is (150,35,90). Sum of RGB (Red+Green+Blue) = 150+35+90=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96235A is #69DCA5. Grayscale: #4B4B4B. Windows color (decimal): -6937766 or 5907350. OLE color: 5907350.

HSL color Cylindrical-coordinate representation of color #96235A: hue angle of 331.3º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96235A is Cyan = 0, Magento = 0.77, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 90 -
CMYK 0 0.77 0.4 0.41
HSL 331.3º 0.62% 0.36% -
HSV(B) 331.3º 0.77% 0.59% -
XYZ 15.02 8.42 10.51 -
YUV 75.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 150 35 90 0 0.77 0.4 0.41 331.3 0.62 0.36
Hex 96 23 5A 0 4D 28 29 14B 3E 24
Octal 226 43 132 0 115 50 51 513 76 44
Binary 10010110 100011 1011010 0 1001101 101000 101001 101001011 111110 100100

Color Harmonies of #96235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96235A

Black with #96235A

Text Example


Text Example

White with #96235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96235A; }

 p { color: rgb(150,35,90); }

 H1.HeaderClassName
 {
   color: #96235A;
 }
 .AnyTagClassName
 {
   color: #96235A;
 }
</style>

background-color css

<style>
 a { background-color: #96235A; }

 a { background-color: rgb(150,35,90); }

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

border-color css

<style>
 span { border-color: #96235A; }

 span { border-color: rgb(150,35,90); }

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