Html Css Color HEX #951F42 Lipstick

📋 copy color: '#951F42'

red 149 ◦ green 31 ◦ blue 66

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

Shades of Lipstick #951F42

Tints of Lipstick #951F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 60.57%
G = 12.6%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951F42 (or 0x951F42) is known color: Lipstick. HEX triplet: 95, 1F and 42. RGB value is (149,31,66). Sum of RGB (Red+Green+Blue) = 149+31+66=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #951F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F42 is #6AE0BD. Grayscale: #464646. Windows color (decimal): -7004350 or 4333461. OLE color: 4333461.

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

Color convert

RGB 149 31 66 -
CMYK 0 0.79 0.56 0.42
HSL 342.2º 0.66% 0.35% -
HSV(B) 342.2º 0.79% 0.58% -
XYZ 13.87 7.76 5.92 -
YUV 70.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 149 31 66 0 0.79 0.56 0.42 342.2 0.66 0.35
Hex 95 1F 42 0 4F 38 2A 156 42 23
Octal 225 37 102 0 117 70 52 526 102 43
Binary 10010101 11111 1000010 0 1001111 111000 101010 101010110 1000010 100011

Color Harmonies of #951F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F42

Black with #951F42

Text Example


Text Example

White with #951F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,31,66); }

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

background-color css

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

 a { background-color: rgb(149,31,66); }

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

border-color css

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

 span { border-color: rgb(149,31,66); }

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