Html Css Color HEX #951C41 Lipstick

📋 copy color: '#951C41'

red 149 ◦ green 28 ◦ blue 65

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

Shades of Lipstick #951C41

Tints of Lipstick #951C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.57%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 61.57%
G = 11.57%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951C41 (or 0x951C41) is known color: Lipstick. HEX triplet: 95, 1C and 41. RGB value is (149,28,65). Sum of RGB (Red+Green+Blue) = 149+28+65=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #951C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C41 is #6AE3BE. Grayscale: #444444. Windows color (decimal): -7005119 or 4267157. OLE color: 4267157.

HSL color Cylindrical-coordinate representation of color #951C41: hue angle of 341.65º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C41 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 65 -
CMYK 0 0.81 0.56 0.42
HSL 341.65º 0.68% 0.35% -
HSV(B) 341.65º 0.81% 0.58% -
XYZ 13.76 7.6 5.74 -
YUV 68.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 149 28 65 0 0.81 0.56 0.42 341.65 0.68 0.35
Hex 95 1C 41 0 51 38 2A 156 44 23
Octal 225 34 101 0 121 70 52 526 104 43
Binary 10010101 11100 1000001 0 1010001 111000 101010 101010110 1000100 100011

Color Harmonies of #951C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C41

Black with #951C41

Text Example


Text Example

White with #951C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C41; }

 p { color: rgb(149,28,65); }

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

background-color css

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

 a { background-color: rgb(149,28,65); }

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

border-color css

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

 span { border-color: rgb(149,28,65); }

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