Html Css Color HEX #963258 Lipstick

📋 copy color: '#963258'

red 150 ◦ green 50 ◦ blue 88

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

Shades of Lipstick #963258

Tints of Lipstick #963258

RGB

 RED value IS 150 (58.98% from 255) = 52.08%

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

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

R = 52.08%
G = 17.36%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#963258 (or 0x963258) is known color: Lipstick. HEX triplet: 96, 32 and 58. RGB value is (150,50,88). Sum of RGB (Red+Green+Blue) = 150+50+88=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #963258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963258 is #69CDA7. Grayscale: #545454. Windows color (decimal): -6933928 or 5780118. OLE color: 5780118.

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

Color convert

RGB 150 50 88 -
CMYK 0 0.67 0.41 0.41
HSL 337.2º 0.5% 0.39% -
HSV(B) 337.2º 0.67% 0.59% -
XYZ 15.48 9.47 10.24 -
YUV 84.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 150 50 88 0 0.67 0.41 0.41 337.2 0.5 0.39
Hex 96 32 58 0 43 29 29 151 32 27
Octal 226 62 130 0 103 51 51 521 62 47
Binary 10010110 110010 1011000 0 1000011 101001 101001 101010001 110010 100111

Color Harmonies of #963258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963258

Black with #963258

Text Example


Text Example

White with #963258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963258; }

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

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

background-color css

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

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

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

border-color css

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

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

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