Html Css Color HEX #973958 Lipstick

📋 copy color: '#973958'

red 151 ◦ green 57 ◦ blue 88

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

Shades of Lipstick #973958

Tints of Lipstick #973958

RGB

 RED value IS 151 (59.38% from 255) = 51.01%

 GREEN value IS 57 (22.66% from 255) = 19.26%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 51.01%
G = 19.26%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#973958 (or 0x973958) is known color: Lipstick. HEX triplet: 97, 39 and 58. RGB value is (151,57,88). Sum of RGB (Red+Green+Blue) = 151+57+88=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #973958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973958 is #68C6A7. Grayscale: #585858. Windows color (decimal): -6866600 or 5781911. OLE color: 5781911.

HSL color Cylindrical-coordinate representation of color #973958: hue angle of 340.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973958 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 88 -
CMYK 0 0.62 0.42 0.41
HSL 340.21º 0.45% 0.41% -
HSV(B) 340.21º 0.62% 0.59% -
XYZ 15.99 10.21 10.36 -
YUV 88.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 151 57 88 0 0.62 0.42 0.41 340.21 0.45 0.41
Hex 97 39 58 0 3E 2A 29 154 2D 29
Octal 227 71 130 0 76 52 51 524 55 51
Binary 10010111 111001 1011000 0 111110 101010 101001 101010100 101101 101001

Color Harmonies of #973958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973958

Black with #973958

Text Example


Text Example

White with #973958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973958; }

 p { color: rgb(151,57,88); }

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

background-color css

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

 a { background-color: rgb(151,57,88); }

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

border-color css

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

 span { border-color: rgb(151,57,88); }

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