Html Css Color HEX #963871 Rouge

📋 copy color: '#963871'

red 150 ◦ green 56 ◦ blue 113

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

Shades of Rouge #963871

Tints of Rouge #963871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 47.02%
G = 17.55%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#963871 (or 0x963871) is known color: Rouge. HEX triplet: 96, 38 and 71. RGB value is (150,56,113). Sum of RGB (Red+Green+Blue) = 150+56+113=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #963871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963871 is #69C78E. Grayscale: #5A5A5A. Windows color (decimal): -6932367 or 7420054. OLE color: 7420054.

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

Color convert

RGB 150 56 113 -
CMYK 0 0.63 0.25 0.41
HSL 323.62º 0.46% 0.4% -
HSV(B) 323.62º 0.63% 0.59% -
XYZ 16.97 10.5 16.76 -
YUV 90.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 150 56 113 0 0.63 0.25 0.41 323.62 0.46 0.4
Hex 96 38 71 0 3F 19 29 144 2E 28
Octal 226 70 161 0 77 31 51 504 56 50
Binary 10010110 111000 1110001 0 111111 11001 101001 101000100 101110 101000

Color Harmonies of #963871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963871

Black with #963871

Text Example


Text Example

White with #963871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963871; }

 p { color: rgb(150,56,113); }

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

background-color css

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

 a { background-color: rgb(150,56,113); }

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

border-color css

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

 span { border-color: rgb(150,56,113); }

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