Html Css Color HEX #97316D Lipstick

📋 copy color: '#97316D'

red 151 ◦ green 49 ◦ blue 109

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

Shades of Lipstick #97316D

Tints of Lipstick #97316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 48.87%
G = 15.86%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97316D (or 0x97316D) is known color: Lipstick. HEX triplet: 97, 31 and 6D. RGB value is (151,49,109). Sum of RGB (Red+Green+Blue) = 151+49+109=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #97316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97316D is #68CE92. Grayscale: #565656. Windows color (decimal): -6868627 or 7156119. OLE color: 7156119.

HSL color Cylindrical-coordinate representation of color #97316D: hue angle of 324.71º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97316D is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 49 109 -
CMYK 0 0.68 0.28 0.41
HSL 324.71º 0.51% 0.39% -
HSV(B) 324.71º 0.68% 0.59% -
XYZ 16.62 9.88 15.5 -
YUV 86.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 151 49 109 0 0.68 0.28 0.41 324.71 0.51 0.39
Hex 97 31 6D 0 44 1C 29 145 33 27
Octal 227 61 155 0 104 34 51 505 63 47
Binary 10010111 110001 1101101 0 1000100 11100 101001 101000101 110011 100111

Color Harmonies of #97316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97316D

Black with #97316D

Text Example


Text Example

White with #97316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97316D; }

 p { color: rgb(151,49,109); }

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

background-color css

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

 a { background-color: rgb(151,49,109); }

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

border-color css

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

 span { border-color: rgb(151,49,109); }

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