Html Css Color HEX #953353 Lipstick

📋 copy color: '#953353'

red 149 ◦ green 51 ◦ blue 83

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

Shades of Lipstick #953353

Tints of Lipstick #953353

RGB

 RED value IS 149 (58.59% from 255) = 52.65%

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

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 52.65%
G = 18.02%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#953353 (or 0x953353) is known color: Lipstick. HEX triplet: 95, 33 and 53. RGB value is (149,51,83). Sum of RGB (Red+Green+Blue) = 149+51+83=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #953353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953353 is #6ACCAC. Grayscale: #535353. Windows color (decimal): -6999213 or 5452693. OLE color: 5452693.

HSL color Cylindrical-coordinate representation of color #953353: hue angle of 340.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953353 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 83 -
CMYK 0 0.66 0.44 0.42
HSL 340.41º 0.49% 0.39% -
HSV(B) 340.41º 0.66% 0.58% -
XYZ 15.14 9.38 9.2 -
YUV 83.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 149 51 83 0 0.66 0.44 0.42 340.41 0.49 0.39
Hex 95 33 53 0 42 2C 2A 154 31 27
Octal 225 63 123 0 102 54 52 524 61 47
Binary 10010101 110011 1010011 0 1000010 101100 101010 101010100 110001 100111

Color Harmonies of #953353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953353

Black with #953353

Text Example


Text Example

White with #953353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953353; }

 p { color: rgb(149,51,83); }

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

background-color css

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

 a { background-color: rgb(149,51,83); }

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

border-color css

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

 span { border-color: rgb(149,51,83); }

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