Html Css Color HEX #96255B Lipstick

📋 copy color: '#96255B'

red 150 ◦ green 37 ◦ blue 91

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

Shades of Lipstick #96255B

Tints of Lipstick #96255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 53.96%
G = 13.31%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96255B (or 0x96255B) is known color: Lipstick. HEX triplet: 96, 25 and 5B. RGB value is (150,37,91). Sum of RGB (Red+Green+Blue) = 150+37+91=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96255B is #69DAA4. Grayscale: #4C4C4C. Windows color (decimal): -6937253 or 5973398. OLE color: 5973398.

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

Color convert

RGB 150 37 91 -
CMYK 0 0.75 0.39 0.41
HSL 331.33º 0.6% 0.37% -
HSV(B) 331.33º 0.75% 0.59% -
XYZ 15.13 8.56 10.75 -
YUV 76.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 150 37 91 0 0.75 0.39 0.41 331.33 0.6 0.37
Hex 96 25 5B 0 4B 27 29 14B 3C 25
Octal 226 45 133 0 113 47 51 513 74 45
Binary 10010110 100101 1011011 0 1001011 100111 101001 101001011 111100 100101

Color Harmonies of #96255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96255B

Black with #96255B

Text Example


Text Example

White with #96255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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