Html Css Color HEX #972565 Lipstick

📋 copy color: '#972565'

red 151 ◦ green 37 ◦ blue 101

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

Shades of Lipstick #972565

Tints of Lipstick #972565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 52.25%
G = 12.8%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#972565 (or 0x972565) is known color: Lipstick. HEX triplet: 97, 25 and 65. RGB value is (151,37,101). Sum of RGB (Red+Green+Blue) = 151+37+101=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #972565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972565 is #68DA9A. Grayscale: #4E4E4E. Windows color (decimal): -6871707 or 6628759. OLE color: 6628759.

HSL color Cylindrical-coordinate representation of color #972565: hue angle of 326.32º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972565 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 37 101 -
CMYK 0 0.75 0.33 0.41
HSL 326.32º 0.61% 0.37% -
HSV(B) 326.32º 0.75% 0.59% -
XYZ 15.77 8.84 13.19 -
YUV 78.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 151 37 101 0 0.75 0.33 0.41 326.32 0.61 0.37
Hex 97 25 65 0 4B 21 29 146 3D 25
Octal 227 45 145 0 113 41 51 506 75 45
Binary 10010111 100101 1100101 0 1001011 100001 101001 101000110 111101 100101

Color Harmonies of #972565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972565

Black with #972565

Text Example


Text Example

White with #972565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972565; }

 p { color: rgb(151,37,101); }

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

background-color css

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

 a { background-color: rgb(151,37,101); }

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

border-color css

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

 span { border-color: rgb(151,37,101); }

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