Html Css Color HEX #96255D Lipstick

📋 copy color: '#96255D'

red 150 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #96255D

Tints of Lipstick #96255D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 53.57%
G = 13.21%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96255D (or 0x96255D) is known color: Lipstick. HEX triplet: 96, 25 and 5D. RGB value is (150,37,93). Sum of RGB (Red+Green+Blue) = 150+37+93=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96255D is #69DAA2. Grayscale: #4D4D4D. Windows color (decimal): -6937251 or 6104470. OLE color: 6104470.

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

Color convert

RGB 150 37 93 -
CMYK 0 0.75 0.38 0.41
HSL 330.27º 0.6% 0.37% -
HSV(B) 330.27º 0.75% 0.59% -
XYZ 15.22 8.6 11.21 -
YUV 77.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 150 37 93 0 0.75 0.38 0.41 330.27 0.6 0.37
Hex 96 25 5D 0 4B 26 29 14A 3C 25
Octal 226 45 135 0 113 46 51 512 74 45
Binary 10010110 100101 1011101 0 1001011 100110 101001 101001010 111100 100101

Color Harmonies of #96255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96255D

Black with #96255D

Text Example


Text Example

White with #96255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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