Html Css Color HEX #9C376F Rouge

📋 copy color: '#9C376F'

red 156 ◦ green 55 ◦ blue 111

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

Shades of Rouge #9C376F

Tints of Rouge #9C376F

RGB

 RED value IS 156 (61.33% from 255) = 48.45%

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 48.45%
G = 17.08%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C376F (or 0x9C376F) is known color: Rouge. HEX triplet: 9C, 37 and 6F. RGB value is (156,55,111). Sum of RGB (Red+Green+Blue) = 156+55+111=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C376F is #63C890. Grayscale: #5B5B5B. Windows color (decimal): -6539409 or 7288732. OLE color: 7288732.

HSL color Cylindrical-coordinate representation of color #9C376F: hue angle of 326.73º 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 #9C376F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 55 111 -
CMYK 0 0.65 0.29 0.39
HSL 326.73º 0.48% 0.41% -
HSV(B) 326.73º 0.65% 0.61% -
XYZ 17.95 10.95 16.21 -
YUV 91.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 156 55 111 0 0.65 0.29 0.39 326.73 0.48 0.41
Hex 9C 37 6F 0 41 1D 27 147 30 29
Octal 234 67 157 0 101 35 47 507 60 51
Binary 10011100 110111 1101111 0 1000001 11101 100111 101000111 110000 101001

Color Harmonies of #9C376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C376F

Black with #9C376F

Text Example


Text Example

White with #9C376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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