Html Css Color HEX #9B366D Rouge

📋 copy color: '#9B366D'

red 155 ◦ green 54 ◦ blue 109

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

Shades of Rouge #9B366D

Tints of Rouge #9B366D

RGB

 RED value IS 155 (60.94% from 255) = 48.74%

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 48.74%
G = 16.98%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B366D (or 0x9B366D) is known color: Rouge. HEX triplet: 9B, 36 and 6D. RGB value is (155,54,109). Sum of RGB (Red+Green+Blue) = 155+54+109=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B366D is #64C992. Grayscale: #5A5A5A. Windows color (decimal): -6605203 or 7157403. OLE color: 7157403.

HSL color Cylindrical-coordinate representation of color #9B366D: hue angle of 327.33º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B366D is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 54 109 -
CMYK 0 0.65 0.30 0.39
HSL 327.33º 0.48% 0.41% -
HSV(B) 327.33º 0.65% 0.61% -
XYZ 17.6 10.71 15.61 -
YUV 90.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 155 54 109 0 0.65 0.30 0.39 327.33 0.48 0.41
Hex 9B 36 6D 0 41 1E 27 147 30 29
Octal 233 66 155 0 101 36 47 507 60 51
Binary 10011011 110110 1101101 0 1000001 11110 100111 101000111 110000 101001

Color Harmonies of #9B366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B366D

Black with #9B366D

Text Example


Text Example

White with #9B366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,109); }

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

background-color css

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

 a { background-color: rgb(155,54,109); }

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

border-color css

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

 span { border-color: rgb(155,54,109); }

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