Html Css Color HEX #952648 Lipstick

📋 copy color: '#952648'

red 149 ◦ green 38 ◦ blue 72

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

Shades of Lipstick #952648

Tints of Lipstick #952648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

 BLUE value IS 72 (28.52% from 255) = 27.8%

R = 57.53%
G = 14.67%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952648 (or 0x952648) is known color: Lipstick. HEX triplet: 95, 26 and 48. RGB value is (149,38,72). Sum of RGB (Red+Green+Blue) = 149+38+72=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952648 is #6AD9B7. Grayscale: #4B4B4B. Windows color (decimal): -7002552 or 4728469. OLE color: 4728469.

HSL color Cylindrical-coordinate representation of color #952648: hue angle of 341.62º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952648 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 72 -
CMYK 0 0.74 0.52 0.42
HSL 341.62º 0.59% 0.37% -
HSV(B) 341.62º 0.74% 0.58% -
XYZ 14.26 8.24 6.97 -
YUV 75.07 126.27 180.74 -
System Red Green Blue C M Y K H S L
Decimal 149 38 72 0 0.74 0.52 0.42 341.62 0.59 0.37
Hex 95 26 48 0 4A 34 2A 156 3B 25
Octal 225 46 110 0 112 64 52 526 73 45
Binary 10010101 100110 1001000 0 1001010 110100 101010 101010110 111011 100101

Color Harmonies of #952648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952648

Black with #952648

Text Example


Text Example

White with #952648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952648; }

 p { color: rgb(149,38,72); }

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

background-color css

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

 a { background-color: rgb(149,38,72); }

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

border-color css

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

 span { border-color: rgb(149,38,72); }

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