Html Css Color HEX #96113D Lipstick

📋 copy color: '#96113D'

red 150 ◦ green 17 ◦ blue 61

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

Shades of Lipstick #96113D

Tints of Lipstick #96113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 65.79%
G = 7.46%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96113D (or 0x96113D) is known color: Lipstick. HEX triplet: 96, 11 and 3D. RGB value is (150,17,61). Sum of RGB (Red+Green+Blue) = 150+17+61=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96113D is #69EEC2. Grayscale: #3D3D3D. Windows color (decimal): -6942403 or 4002198. OLE color: 4002198.

HSL color Cylindrical-coordinate representation of color #96113D: hue angle of 340.15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96113D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 61 -
CMYK 0 0.89 0.59 0.41
HSL 340.15º 0.8% 0.33% -
HSV(B) 340.15º 0.89% 0.59% -
XYZ 13.62 7.22 5.09 -
YUV 61.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 150 17 61 0 0.89 0.59 0.41 340.15 0.8 0.33
Hex 96 11 3D 0 59 3B 29 154 50 21
Octal 226 21 75 0 131 73 51 524 120 41
Binary 10010110 10001 111101 0 1011001 111011 101001 101010100 1010000 100001

Color Harmonies of #96113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96113D

Black with #96113D

Text Example


Text Example

White with #96113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,17,61); }

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

background-color css

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

 a { background-color: rgb(150,17,61); }

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

border-color css

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

 span { border-color: rgb(150,17,61); }

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