Html Css Color HEX #96255A Lipstick

📋 copy color: '#96255A'

red 150 ◦ green 37 ◦ blue 90

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

Shades of Lipstick #96255A

Tints of Lipstick #96255A

RGB

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

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

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

R = 54.15%
G = 13.36%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96255A (or 0x96255A) is known color: Lipstick. HEX triplet: 96, 25 and 5A. RGB value is (150,37,90). Sum of RGB (Red+Green+Blue) = 150+37+90=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96255A is #69DAA5. Grayscale: #4C4C4C. Windows color (decimal): -6937254 or 5907862. OLE color: 5907862.

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

Color convert

RGB 150 37 90 -
CMYK 0 0.75 0.4 0.41
HSL 331.86º 0.6% 0.37% -
HSV(B) 331.86º 0.75% 0.59% -
XYZ 15.08 8.55 10.53 -
YUV 76.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 150 37 90 0 0.75 0.4 0.41 331.86 0.6 0.37
Hex 96 25 5A 0 4B 28 29 14C 3C 25
Octal 226 45 132 0 113 50 51 514 74 45
Binary 10010110 100101 1011010 0 1001011 101000 101001 101001100 111100 100101

Color Harmonies of #96255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96255A

Black with #96255A

Text Example


Text Example

White with #96255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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