Html Css Color HEX #962C53 Lipstick

📋 copy color: '#962C53'

red 150 ◦ green 44 ◦ blue 83

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

Shades of Lipstick #962C53

Tints of Lipstick #962C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.88%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 54.15%
G = 15.88%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#962C53 (or 0x962C53) is known color: Lipstick. HEX triplet: 96, 2C and 53. RGB value is (150,44,83). Sum of RGB (Red+Green+Blue) = 150+44+83=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #962C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C53 is #69D3AC. Grayscale: #505050. Windows color (decimal): -6935469 or 5450902. OLE color: 5450902.

HSL color Cylindrical-coordinate representation of color #962C53: hue angle of 337.92º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C53 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 83 -
CMYK 0 0.71 0.45 0.41
HSL 337.92º 0.55% 0.38% -
HSV(B) 337.92º 0.71% 0.59% -
XYZ 15.04 8.91 9.11 -
YUV 80.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 150 44 83 0 0.71 0.45 0.41 337.92 0.55 0.38
Hex 96 2C 53 0 47 2D 29 152 37 26
Octal 226 54 123 0 107 55 51 522 67 46
Binary 10010110 101100 1010011 0 1000111 101101 101001 101010010 110111 100110

Color Harmonies of #962C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C53

Black with #962C53

Text Example


Text Example

White with #962C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962C53; }

 p { color: rgb(150,44,83); }

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

background-color css

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

 a { background-color: rgb(150,44,83); }

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

border-color css

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

 span { border-color: rgb(150,44,83); }

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