Html Css Color HEX #951648 Lipstick

📋 copy color: '#951648'

red 149 ◦ green 22 ◦ blue 72

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

Shades of Lipstick #951648

Tints of Lipstick #951648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

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

R = 61.32%
G = 9.05%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#951648 (or 0x951648) is known color: Lipstick. HEX triplet: 95, 16 and 48. RGB value is (149,22,72). Sum of RGB (Red+Green+Blue) = 149+22+72=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #951648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951648 is #6AE9B7. Grayscale: #414141. Windows color (decimal): -7006648 or 4724373. OLE color: 4724373.

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

Color convert

RGB 149 22 72 -
CMYK 0 0.85 0.52 0.42
HSL 336.38º 0.74% 0.34% -
HSV(B) 336.38º 0.85% 0.58% -
XYZ 13.85 7.43 6.84 -
YUV 65.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 149 22 72 0 0.85 0.52 0.42 336.38 0.74 0.34
Hex 95 16 48 0 55 34 2A 150 4A 22
Octal 225 26 110 0 125 64 52 520 112 42
Binary 10010101 10110 1001000 0 1010101 110100 101010 101010000 1001010 100010

Color Harmonies of #951648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951648

Black with #951648

Text Example


Text Example

White with #951648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951648; }

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

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

background-color css

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

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

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

border-color css

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

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

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