Html Css Color HEX #972341 Lipstick

📋 copy color: '#972341'

red 151 ◦ green 35 ◦ blue 65

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

Shades of Lipstick #972341

Tints of Lipstick #972341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 60.16%
G = 13.94%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#972341 (or 0x972341) is known color: Lipstick. HEX triplet: 97, 23 and 41. RGB value is (151,35,65). Sum of RGB (Red+Green+Blue) = 151+35+65=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #972341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972341 is #68DCBE. Grayscale: #494949. Windows color (decimal): -6872255 or 4268951. OLE color: 4268951.

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

Color convert

RGB 151 35 65 -
CMYK 0 0.77 0.57 0.41
HSL 344.48º 0.62% 0.36% -
HSV(B) 344.48º 0.77% 0.59% -
XYZ 14.32 8.16 5.82 -
YUV 73.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 151 35 65 0 0.77 0.57 0.41 344.48 0.62 0.36
Hex 97 23 41 0 4D 39 29 158 3E 24
Octal 227 43 101 0 115 71 51 530 76 44
Binary 10010111 100011 1000001 0 1001101 111001 101001 101011000 111110 100100

Color Harmonies of #972341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972341

Black with #972341

Text Example


Text Example

White with #972341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972341; }

 p { color: rgb(151,35,65); }

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

background-color css

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

 a { background-color: rgb(151,35,65); }

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

border-color css

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

 span { border-color: rgb(151,35,65); }

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