Html Css Color HEX #971348 Lipstick

📋 copy color: '#971348'

red 151 ◦ green 19 ◦ blue 72

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

Shades of Lipstick #971348

Tints of Lipstick #971348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 62.4%
G = 7.85%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#971348 (or 0x971348) is known color: Lipstick. HEX triplet: 97, 13 and 48. RGB value is (151,19,72). Sum of RGB (Red+Green+Blue) = 151+19+72=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #971348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971348 is #68ECB7. Grayscale: #404040. Windows color (decimal): -6876344 or 4723607. OLE color: 4723607.

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

Color convert

RGB 151 19 72 -
CMYK 0 0.87 0.52 0.41
HSL 335.91º 0.78% 0.33% -
HSV(B) 335.91º 0.87% 0.59% -
XYZ 14.17 7.51 6.83 -
YUV 64.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 151 19 72 0 0.87 0.52 0.41 335.91 0.78 0.33
Hex 97 13 48 0 57 34 29 150 4E 21
Octal 227 23 110 0 127 64 51 520 116 41
Binary 10010111 10011 1001000 0 1010111 110100 101001 101010000 1001110 100001

Color Harmonies of #971348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971348

Black with #971348

Text Example


Text Example

White with #971348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971348; }

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

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

background-color css

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

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

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

border-color css

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

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

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