Html Css Color HEX #9C4373 Rouge

📋 copy color: '#9C4373'

red 156 ◦ green 67 ◦ blue 115

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

Shades of Rouge #9C4373

Tints of Rouge #9C4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 46.15%
G = 19.82%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C4373 (or 0x9C4373) is known color: Rouge. HEX triplet: 9C, 43 and 73. RGB value is (156,67,115). Sum of RGB (Red+Green+Blue) = 156+67+115=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4373 is #63BC8C. Grayscale: #626262. Windows color (decimal): -6536333 or 7553948. OLE color: 7553948.

HSL color Cylindrical-coordinate representation of color #9C4373: hue angle of 327.64º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C4373 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 67 115 -
CMYK 0 0.57 0.26 0.39
HSL 327.64º 0.4% 0.44% -
HSV(B) 327.64º 0.57% 0.61% -
XYZ 18.81 12.32 17.61 -
YUV 99.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 156 67 115 0 0.57 0.26 0.39 327.64 0.4 0.44
Hex 9C 43 73 0 39 1A 27 148 28 2C
Octal 234 103 163 0 71 32 47 510 50 54
Binary 10011100 1000011 1110011 0 111001 11010 100111 101001000 101000 101100

Color Harmonies of #9C4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4373

Black with #9C4373

Text Example


Text Example

White with #9C4373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,67,115); }

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

background-color css

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

 a { background-color: rgb(156,67,115); }

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

border-color css

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

 span { border-color: rgb(156,67,115); }

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