Html Css Color HEX #9D366C Rouge

📋 copy color: '#9D366C'

red 157 ◦ green 54 ◦ blue 108

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

Shades of Rouge #9D366C

Tints of Rouge #9D366C

RGB

 RED value IS 157 (61.72% from 255) = 49.22%

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 49.22%
G = 16.93%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D366C (or 0x9D366C) is known color: Rouge. HEX triplet: 9D, 36 and 6C. RGB value is (157,54,108). Sum of RGB (Red+Green+Blue) = 157+54+108=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D366C is #62C993. Grayscale: #5A5A5A. Windows color (decimal): -6474132 or 7091869. OLE color: 7091869.

HSL color Cylindrical-coordinate representation of color #9D366C: hue angle of 328.54º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D366C is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 54 108 -
CMYK 0 0.66 0.31 0.38
HSL 328.54º 0.49% 0.41% -
HSV(B) 328.54º 0.66% 0.62% -
XYZ 17.93 10.89 15.34 -
YUV 90.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 157 54 108 0 0.66 0.31 0.38 328.54 0.49 0.41
Hex 9D 36 6C 0 42 1F 26 149 31 29
Octal 235 66 154 0 102 37 46 511 61 51
Binary 10011101 110110 1101100 0 1000010 11111 100110 101001001 110001 101001

Color Harmonies of #9D366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D366C

Black with #9D366C

Text Example


Text Example

White with #9D366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D366C; }

 p { color: rgb(157,54,108); }

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

background-color css

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

 a { background-color: rgb(157,54,108); }

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

border-color css

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

 span { border-color: rgb(157,54,108); }

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