Html Css Color HEX #963C6F Rouge

📋 copy color: '#963C6F'

red 150 ◦ green 60 ◦ blue 111

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

Shades of Rouge #963C6F

Tints of Rouge #963C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 46.73%
G = 18.69%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#963C6F (or 0x963C6F) is known color: Rouge. HEX triplet: 96, 3C and 6F. RGB value is (150,60,111). Sum of RGB (Red+Green+Blue) = 150+60+111=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #963C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963C6F is #69C390. Grayscale: #5C5C5C. Windows color (decimal): -6931345 or 7290006. OLE color: 7290006.

HSL color Cylindrical-coordinate representation of color #963C6F: hue angle of 326º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C6F is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 111 -
CMYK 0 0.6 0.26 0.41
HSL 326º 0.43% 0.41% -
HSV(B) 326º 0.6% 0.59% -
XYZ 17.06 10.86 16.24 -
YUV 92.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 150 60 111 0 0.6 0.26 0.41 326 0.43 0.41
Hex 96 3C 6F 0 3C 1A 29 146 2B 29
Octal 226 74 157 0 74 32 51 506 53 51
Binary 10010110 111100 1101111 0 111100 11010 101001 101000110 101011 101001

Color Harmonies of #963C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C6F

Black with #963C6F

Text Example


Text Example

White with #963C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C6F; }

 p { color: rgb(150,60,111); }

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

background-color css

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

 a { background-color: rgb(150,60,111); }

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

border-color css

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

 span { border-color: rgb(150,60,111); }

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