Html Css Color HEX #953653 Lipstick

📋 copy color: '#953653'

red 149 ◦ green 54 ◦ blue 83

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

Shades of Lipstick #953653

Tints of Lipstick #953653

RGB

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

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

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

R = 52.1%
G = 18.88%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#953653 (or 0x953653) is known color: Lipstick. HEX triplet: 95, 36 and 53. RGB value is (149,54,83). Sum of RGB (Red+Green+Blue) = 149+54+83=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #953653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953653 is #6AC9AC. Grayscale: #555555. Windows color (decimal): -6998445 or 5453461. OLE color: 5453461.

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

Color convert

RGB 149 54 83 -
CMYK 0 0.64 0.44 0.42
HSL 341.68º 0.47% 0.4% -
HSV(B) 341.68º 0.64% 0.58% -
XYZ 15.27 9.65 9.24 -
YUV 85.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 149 54 83 0 0.64 0.44 0.42 341.68 0.47 0.4
Hex 95 36 53 0 40 2C 2A 156 2F 28
Octal 225 66 123 0 100 54 52 526 57 50
Binary 10010101 110110 1010011 0 1000000 101100 101010 101010110 101111 101000

Color Harmonies of #953653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953653

Black with #953653

Text Example


Text Example

White with #953653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953653; }

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

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

background-color css

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

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

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

border-color css

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

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

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