Html Css Color HEX #96365A Lipstick

📋 copy color: '#96365A'

red 150 ◦ green 54 ◦ blue 90

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

Shades of Lipstick #96365A

Tints of Lipstick #96365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 51.02%
G = 18.37%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96365A (or 0x96365A) is known color: Lipstick. HEX triplet: 96, 36 and 5A. RGB value is (150,54,90). Sum of RGB (Red+Green+Blue) = 150+54+90=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96365A is #69C9A5. Grayscale: #565656. Windows color (decimal): -6932902 or 5912214. OLE color: 5912214.

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

Color convert

RGB 150 54 90 -
CMYK 0 0.64 0.4 0.41
HSL 337.5º 0.47% 0.4% -
HSV(B) 337.5º 0.64% 0.59% -
XYZ 15.74 9.86 10.75 -
YUV 86.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 150 54 90 0 0.64 0.4 0.41 337.5 0.47 0.4
Hex 96 36 5A 0 40 28 29 152 2F 28
Octal 226 66 132 0 100 50 51 522 57 50
Binary 10010110 110110 1011010 0 1000000 101000 101001 101010010 101111 101000

Color Harmonies of #96365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96365A

Black with #96365A

Text Example


Text Example

White with #96365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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