Html Css Color HEX #972348 Lipstick

📋 copy color: '#972348'

red 151 ◦ green 35 ◦ blue 72

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

Shades of Lipstick #972348

Tints of Lipstick #972348

RGB

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

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

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

R = 58.53%
G = 13.57%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#972348 (or 0x972348) is known color: Lipstick. HEX triplet: 97, 23 and 48. RGB value is (151,35,72). Sum of RGB (Red+Green+Blue) = 151+35+72=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #972348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972348 is #68DCB7. Grayscale: #494949. Windows color (decimal): -6872248 or 4727703. OLE color: 4727703.

HSL color Cylindrical-coordinate representation of color #972348: hue angle of 340.86º 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 #972348 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 72 -
CMYK 0 0.77 0.52 0.41
HSL 340.86º 0.62% 0.36% -
HSV(B) 340.86º 0.77% 0.59% -
XYZ 14.53 8.25 6.96 -
YUV 73.9 126.93 182.99 -
System Red Green Blue C M Y K H S L
Decimal 151 35 72 0 0.77 0.52 0.41 340.86 0.62 0.36
Hex 97 23 48 0 4D 34 29 155 3E 24
Octal 227 43 110 0 115 64 51 525 76 44
Binary 10010111 100011 1001000 0 1001101 110100 101001 101010101 111110 100100

Color Harmonies of #972348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972348

Black with #972348

Text Example


Text Example

White with #972348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972348; }

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

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

background-color css

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

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

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

border-color css

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

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

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