Html Css Color HEX #971248 Lipstick

📋 copy color: '#971248'

red 151 ◦ green 18 ◦ blue 72

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

Shades of Lipstick #971248

Tints of Lipstick #971248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

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

R = 62.66%
G = 7.47%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#971248 (or 0x971248) is known color: Lipstick. HEX triplet: 97, 12 and 48. RGB value is (151,18,72). Sum of RGB (Red+Green+Blue) = 151+18+72=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #971248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971248 is #68EDB7. Grayscale: #3F3F3F. Windows color (decimal): -6876600 or 4723351. OLE color: 4723351.

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

Color convert

RGB 151 18 72 -
CMYK 0 0.88 0.52 0.41
HSL 335.64º 0.79% 0.33% -
HSV(B) 335.64º 0.88% 0.59% -
XYZ 14.15 7.48 6.83 -
YUV 63.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 151 18 72 0 0.88 0.52 0.41 335.64 0.79 0.33
Hex 97 12 48 0 58 34 29 150 4F 21
Octal 227 22 110 0 130 64 51 520 117 41
Binary 10010111 10010 1001000 0 1011000 110100 101001 101010000 1001111 100001

Color Harmonies of #971248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971248

Black with #971248

Text Example


Text Example

White with #971248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971248; }

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

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

background-color css

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

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

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

border-color css

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

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

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