Html Css Color HEX #963048 Lipstick

📋 copy color: '#963048'

red 150 ◦ green 48 ◦ blue 72

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

Shades of Lipstick #963048

Tints of Lipstick #963048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

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

R = 55.56%
G = 17.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#963048 (or 0x963048) is known color: Lipstick. HEX triplet: 96, 30 and 48. RGB value is (150,48,72). Sum of RGB (Red+Green+Blue) = 150+48+72=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #963048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963048 is #69CFB7. Grayscale: #515151. Windows color (decimal): -6934456 or 4731030. OLE color: 4731030.

HSL color Cylindrical-coordinate representation of color #963048: hue angle of 345.88º degrees, saturation: 0.52, 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 #963048 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 48 72 -
CMYK 0 0.68 0.52 0.41
HSL 345.88º 0.52% 0.39% -
HSV(B) 345.88º 0.68% 0.59% -
XYZ 14.8 9.07 7.1 -
YUV 81.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 150 48 72 0 0.68 0.52 0.41 345.88 0.52 0.39
Hex 96 30 48 0 44 34 29 15A 34 27
Octal 226 60 110 0 104 64 51 532 64 47
Binary 10010110 110000 1001000 0 1000100 110100 101001 101011010 110100 100111

Color Harmonies of #963048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963048

Black with #963048

Text Example


Text Example

White with #963048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963048; }

 p { color: rgb(150,48,72); }

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

background-color css

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

 a { background-color: rgb(150,48,72); }

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

border-color css

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

 span { border-color: rgb(150,48,72); }

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