Html Css Color HEX #972552 Lipstick

📋 copy color: '#972552'

red 151 ◦ green 37 ◦ blue 82

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

Shades of Lipstick #972552

Tints of Lipstick #972552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 55.93%
G = 13.7%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#972552 (or 0x972552) is known color: Lipstick. HEX triplet: 97, 25 and 52. RGB value is (151,37,82). Sum of RGB (Red+Green+Blue) = 151+37+82=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #972552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972552 is #68DAAD. Grayscale: #4C4C4C. Windows color (decimal): -6871726 or 5383575. OLE color: 5383575.

HSL color Cylindrical-coordinate representation of color #972552: hue angle of 336.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 #972552 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 37 82 -
CMYK 0 0.75 0.46 0.41
HSL 336.32º 0.61% 0.37% -
HSV(B) 336.32º 0.75% 0.59% -
XYZ 14.95 8.51 8.84 -
YUV 76.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 151 37 82 0 0.75 0.46 0.41 336.32 0.61 0.37
Hex 97 25 52 0 4B 2E 29 150 3D 25
Octal 227 45 122 0 113 56 51 520 75 45
Binary 10010111 100101 1010010 0 1001011 101110 101001 101010000 111101 100101

Color Harmonies of #972552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972552

Black with #972552

Text Example


Text Example

White with #972552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972552; }

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

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

background-color css

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

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

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

border-color css

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

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

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