Html Css Color HEX #963973 Rouge

📋 copy color: '#963973'

red 150 ◦ green 57 ◦ blue 115

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

Shades of Rouge #963973

Tints of Rouge #963973

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 46.58%
G = 17.7%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#963973 (or 0x963973) is known color: Rouge. HEX triplet: 96, 39 and 73. RGB value is (150,57,115). Sum of RGB (Red+Green+Blue) = 150+57+115=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #963973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963973 is #69C68C. Grayscale: #5B5B5B. Windows color (decimal): -6932109 or 7551382. OLE color: 7551382.

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

Color convert

RGB 150 57 115 -
CMYK 0 0.62 0.23 0.41
HSL 322.58º 0.45% 0.41% -
HSV(B) 322.58º 0.62% 0.59% -
XYZ 17.14 10.65 17.37 -
YUV 91.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 150 57 115 0 0.62 0.23 0.41 322.58 0.45 0.41
Hex 96 39 73 0 3E 17 29 143 2D 29
Octal 226 71 163 0 76 27 51 503 55 51
Binary 10010110 111001 1110011 0 111110 10111 101001 101000011 101101 101001

Color Harmonies of #963973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963973

Black with #963973

Text Example


Text Example

White with #963973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963973; }

 p { color: rgb(150,57,115); }

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

background-color css

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

 a { background-color: rgb(150,57,115); }

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

border-color css

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

 span { border-color: rgb(150,57,115); }

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