Html Css Color HEX #9C4074 Rouge

📋 copy color: '#9C4074'

red 156 ◦ green 64 ◦ blue 116

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

Shades of Rouge #9C4074

Tints of Rouge #9C4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 46.43%
G = 19.05%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C4074 (or 0x9C4074) is known color: Rouge. HEX triplet: 9C, 40 and 74. RGB value is (156,64,116). Sum of RGB (Red+Green+Blue) = 156+64+116=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4074 is #63BF8B. Grayscale: #616161. Windows color (decimal): -6537100 or 7618716. OLE color: 7618716.

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

Color convert

RGB 156 64 116 -
CMYK 0 0.59 0.26 0.39
HSL 326.09º 0.42% 0.43% -
HSV(B) 326.09º 0.59% 0.61% -
XYZ 18.7 12 17.85 -
YUV 97.44 138.48 169.77 -
System Red Green Blue C M Y K H S L
Decimal 156 64 116 0 0.59 0.26 0.39 326.09 0.42 0.43
Hex 9C 40 74 0 3B 1A 27 146 2A 2B
Octal 234 100 164 0 73 32 47 506 52 53
Binary 10011100 1000000 1110100 0 111011 11010 100111 101000110 101010 101011

Color Harmonies of #9C4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4074

Black with #9C4074

Text Example


Text Example

White with #9C4074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,64,116); }

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

background-color css

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

 a { background-color: rgb(156,64,116); }

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

border-color css

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

 span { border-color: rgb(156,64,116); }

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