#93376F

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

Shades of Rouge #93376F

Tints of Rouge #93376F

Color information

#93376F (or 0x93376F) is unknown color: approx Rouge. HEX triplet: 93, 37 and 6F. RGB value is (147,55,111). Sum of RGB (Red+Green+Blue) = 147+55+111=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93376F is #6CC890. Grayscale: #585858. Windows color (decimal): -7129233 or 7288723. OLE color: 7288723.

HSL color Cylindrical-coordinate representation of color #93376F: hue angle of 323.48º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93376F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14755111-
CMYK00.630.240.42
HSL323.48º45.54%39.61%-
HSV(B)323.48º62.59%57.65%-
XYZ16.2710.0816.13-
YUV88.89140.48169.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=46.96%
G=17.57%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475511100.630.240.42323.4845.5439.61
Hex93376F03F182A1432e28
Octal2236715707730525035650
Binary100100111101111101111011111111000101010101000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93376F; }

 p { color: rgb(147,55,111); }

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

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

 a { background-color: rgb(147,55,111); }

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

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

 span { border-color: rgb(147,55,111); }

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