Html Css Color HEX #973258 Lipstick

📋 copy color: '#973258'

red 151 ◦ green 50 ◦ blue 88

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

Shades of Lipstick #973258

Tints of Lipstick #973258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 52.25%
G = 17.3%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#973258 (or 0x973258) is known color: Lipstick. HEX triplet: 97, 32 and 58. RGB value is (151,50,88). Sum of RGB (Red+Green+Blue) = 151+50+88=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #973258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973258 is #68CDA7. Grayscale: #545454. Windows color (decimal): -6868392 or 5780119. OLE color: 5780119.

HSL color Cylindrical-coordinate representation of color #973258: hue angle of 337.43º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973258 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 88 -
CMYK 0 0.67 0.42 0.41
HSL 337.43º 0.5% 0.39% -
HSV(B) 337.43º 0.67% 0.59% -
XYZ 15.66 9.57 10.25 -
YUV 84.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 151 50 88 0 0.67 0.42 0.41 337.43 0.5 0.39
Hex 97 32 58 0 43 2A 29 151 32 27
Octal 227 62 130 0 103 52 51 521 62 47
Binary 10010111 110010 1011000 0 1000011 101010 101001 101010001 110010 100111

Color Harmonies of #973258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973258

Black with #973258

Text Example


Text Example

White with #973258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973258; }

 p { color: rgb(151,50,88); }

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

background-color css

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

 a { background-color: rgb(151,50,88); }

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

border-color css

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

 span { border-color: rgb(151,50,88); }

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