Html Css Color HEX #93376F Rouge

📋 copy color: '#93376F'

red 147 ◦ green 55 ◦ blue 111

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

Shades of Rouge #93376F

Tints of Rouge #93376F

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 value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93376F (or 0x93376F) is known color: 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

RGB 147 55 111 -
CMYK 0 0.63 0.24 0.42
HSL 323.48º 0.46% 0.4% -
HSV(B) 323.48º 0.63% 0.58% -
XYZ 16.27 10.08 16.13 -
YUV 88.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 147 55 111 0 0.63 0.24 0.42 323.48 0.46 0.4
Hex 93 37 6F 0 3F 18 2A 143 2E 28
Octal 223 67 157 0 77 30 52 503 56 50
Binary 10010011 110111 1101111 0 111111 11000 101010 101000011 101110 101000

Color Harmonies of #93376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93376F

Black with #93376F

Text Example


Text Example

White with #93376F

Text Example


Text Example

HTML Codes & Css Web 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>