#963769

Color #963769 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #963769

Tints of Rouge #963769

Color information

#963769 (or 0x963769) is unknown color: approx Rouge. HEX triplet: 96, 37 and 69. RGB value is (150,55,105). Sum of RGB (Red+Green+Blue) = 150+55+105=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #963769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963769 is #69C896. Grayscale: #585858. Windows color (decimal): -6932631 or 6895510. OLE color: 6895510.

HSL color Cylindrical-coordinate representation of color #963769: hue angle of 328.42º 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 #963769 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15055105-
CMYK00.630.300.41
HSL328.42º46.34%40.2%-
HSV(B)328.42º63.33%58.82%-
XYZ16.4910.2414.47-
YUV89.1136.97171.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 55 (21.88% from 255) = 17.74%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=48.39%
G=17.74%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505510500.630.300.41328.4246.3440.2
Hex96376903F1E291482e28
Octal2266715107736515105650
Binary100101101101111101001011111111110101001101001000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963769; }

 p { color: rgb(150,55,105); }

 H1.HeaderClassName
 {
   color: #963769;
 }
 .AnyTagClassName
 {
   color: #963769;
 }
</style>
background-color css

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

 a { background-color: rgb(150,55,105); }

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

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

 span { border-color: rgb(150,55,105); }

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