Html Css Color HEX #963670 Rouge

📋 copy color: '#963670'

red 150 ◦ green 54 ◦ blue 112

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

Shades of Rouge #963670

Tints of Rouge #963670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 47.47%
G = 17.09%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#963670 (or 0x963670) is known color: Rouge. HEX triplet: 96, 36 and 70. RGB value is (150,54,112). Sum of RGB (Red+Green+Blue) = 150+54+112=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963670 is #69C98F. Grayscale: #595959. Windows color (decimal): -6932880 or 7354006. OLE color: 7354006.

HSL color Cylindrical-coordinate representation of color #963670: hue angle of 323.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963670 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 112 -
CMYK 0 0.64 0.25 0.41
HSL 323.75º 0.47% 0.4% -
HSV(B) 323.75º 0.64% 0.59% -
XYZ 16.82 10.29 16.43 -
YUV 89.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 150 54 112 0 0.64 0.25 0.41 323.75 0.47 0.4
Hex 96 36 70 0 40 19 29 144 2F 28
Octal 226 66 160 0 100 31 51 504 57 50
Binary 10010110 110110 1110000 0 1000000 11001 101001 101000100 101111 101000

Color Harmonies of #963670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963670

Black with #963670

Text Example


Text Example

White with #963670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963670; }

 p { color: rgb(150,54,112); }

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

background-color css

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

 a { background-color: rgb(150,54,112); }

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

border-color css

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

 span { border-color: rgb(150,54,112); }

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