Html Css Color HEX #972353 Lipstick

📋 copy color: '#972353'

red 151 ◦ green 35 ◦ blue 83

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

Shades of Lipstick #972353

Tints of Lipstick #972353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 56.13%
G = 13.01%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#972353 (or 0x972353) is known color: Lipstick. HEX triplet: 97, 23 and 53. RGB value is (151,35,83). Sum of RGB (Red+Green+Blue) = 151+35+83=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #972353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972353 is #68DCAC. Grayscale: #4B4B4B. Windows color (decimal): -6872237 or 5448599. OLE color: 5448599.

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

Color convert

RGB 151 35 83 -
CMYK 0 0.77 0.45 0.41
HSL 335.17º 0.62% 0.36% -
HSV(B) 335.17º 0.77% 0.59% -
XYZ 14.92 8.41 9.02 -
YUV 75.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 151 35 83 0 0.77 0.45 0.41 335.17 0.62 0.36
Hex 97 23 53 0 4D 2D 29 14F 3E 24
Octal 227 43 123 0 115 55 51 517 76 44
Binary 10010111 100011 1010011 0 1001101 101101 101001 101001111 111110 100100

Color Harmonies of #972353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972353

Black with #972353

Text Example


Text Example

White with #972353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972353; }

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

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

background-color css

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

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

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

border-color css

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

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

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