Html Css Color HEX #9D3355 Lipstick

📋 copy color: '#9D3355'

red 157 ◦ green 51 ◦ blue 85

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

Shades of Lipstick #9D3355

Tints of Lipstick #9D3355

RGB

 RED value IS 157 (61.72% from 255) = 53.58%

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

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 53.58%
G = 17.41%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D3355 (or 0x9D3355) is known color: Lipstick. HEX triplet: 9D, 33 and 55. RGB value is (157,51,85). Sum of RGB (Red+Green+Blue) = 157+51+85=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3355 is #62CCAA. Grayscale: #565656. Windows color (decimal): -6474923 or 5583773. OLE color: 5583773.

HSL color Cylindrical-coordinate representation of color #9D3355: hue angle of 340.75º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3355 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 51 85 -
CMYK 0 0.68 0.46 0.38
HSL 340.75º 0.51% 0.41% -
HSV(B) 340.75º 0.68% 0.62% -
XYZ 16.73 10.19 9.68 -
YUV 86.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 157 51 85 0 0.68 0.46 0.38 340.75 0.51 0.41
Hex 9D 33 55 0 44 2E 26 155 33 29
Octal 235 63 125 0 104 56 46 525 63 51
Binary 10011101 110011 1010101 0 1000100 101110 100110 101010101 110011 101001

Color Harmonies of #9D3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3355

Black with #9D3355

Text Example


Text Example

White with #9D3355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3355; }

 p { color: rgb(157,51,85); }

 H1.HeaderClassName
 {
   color: #9D3355;
 }
 .AnyTagClassName
 {
   color: #9D3355;
 }
</style>

background-color css

<style>
 a { background-color: #9D3355; }

 a { background-color: rgb(157,51,85); }

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

border-color css

<style>
 span { border-color: #9D3355; }

 span { border-color: rgb(157,51,85); }

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