Html Css Color HEX #96336B Lipstick

📋 copy color: '#96336B'

red 150 ◦ green 51 ◦ blue 107

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

Shades of Lipstick #96336B

Tints of Lipstick #96336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 48.7%
G = 16.56%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96336B (or 0x96336B) is known color: Lipstick. HEX triplet: 96, 33 and 6B. RGB value is (150,51,107). Sum of RGB (Red+Green+Blue) = 150+51+107=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96336B is #69CC94. Grayscale: #565656. Windows color (decimal): -6933653 or 7025558. OLE color: 7025558.

HSL color Cylindrical-coordinate representation of color #96336B: hue angle of 326.06º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96336B is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 107 -
CMYK 0 0.66 0.29 0.41
HSL 326.06º 0.49% 0.39% -
HSV(B) 326.06º 0.66% 0.59% -
XYZ 16.42 9.91 14.96 -
YUV 86.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 150 51 107 0 0.66 0.29 0.41 326.06 0.49 0.39
Hex 96 33 6B 0 42 1D 29 146 31 27
Octal 226 63 153 0 102 35 51 506 61 47
Binary 10010110 110011 1101011 0 1000010 11101 101001 101000110 110001 100111

Color Harmonies of #96336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96336B

Black with #96336B

Text Example


Text Example

White with #96336B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,51,107); }

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

background-color css

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

 a { background-color: rgb(150,51,107); }

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

border-color css

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

 span { border-color: rgb(150,51,107); }

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