Html Css Color HEX #96255E Lipstick

📋 copy color: '#96255E'

red 150 ◦ green 37 ◦ blue 94

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

Shades of Lipstick #96255E

Tints of Lipstick #96255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 53.38%
G = 13.17%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96255E (or 0x96255E) is known color: Lipstick. HEX triplet: 96, 25 and 5E. RGB value is (150,37,94). Sum of RGB (Red+Green+Blue) = 150+37+94=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96255E is #69DAA1. Grayscale: #4D4D4D. Windows color (decimal): -6937250 or 6170006. OLE color: 6170006.

HSL color Cylindrical-coordinate representation of color #96255E: hue angle of 329.73º 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 #96255E is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 94 -
CMYK 0 0.75 0.37 0.41
HSL 329.73º 0.6% 0.37% -
HSV(B) 329.73º 0.75% 0.59% -
XYZ 15.26 8.62 11.45 -
YUV 77.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 150 37 94 0 0.75 0.37 0.41 329.73 0.6 0.37
Hex 96 25 5E 0 4B 25 29 14A 3C 25
Octal 226 45 136 0 113 45 51 512 74 45
Binary 10010110 100101 1011110 0 1001011 100101 101001 101001010 111100 100101

Color Harmonies of #96255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96255E

Black with #96255E

Text Example


Text Example

White with #96255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96255E; }

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

 H1.HeaderClassName
 {
   color: #96255E;
 }
 .AnyTagClassName
 {
   color: #96255E;
 }
</style>

background-color css

<style>
 a { background-color: #96255E; }

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

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

border-color css

<style>
 span { border-color: #96255E; }

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

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