Html Css Color HEX #9B4074 Rouge

📋 copy color: '#9B4074'

red 155 ◦ green 64 ◦ blue 116

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

Shades of Rouge #9B4074

Tints of Rouge #9B4074

RGB

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

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

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

R = 46.27%
G = 19.1%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B4074 (or 0x9B4074) is known color: Rouge. HEX triplet: 9B, 40 and 74. RGB value is (155,64,116). Sum of RGB (Red+Green+Blue) = 155+64+116=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4074 is #64BF8B. Grayscale: #616161. Windows color (decimal): -6602636 or 7618715. OLE color: 7618715.

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

Color convert

RGB 155 64 116 -
CMYK 0 0.59 0.25 0.39
HSL 325.71º 0.42% 0.43% -
HSV(B) 325.71º 0.59% 0.61% -
XYZ 18.5 11.9 17.84 -
YUV 97.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 155 64 116 0 0.59 0.25 0.39 325.71 0.42 0.43
Hex 9B 40 74 0 3B 19 27 146 2A 2B
Octal 233 100 164 0 73 31 47 506 52 53
Binary 10011011 1000000 1110100 0 111011 11001 100111 101000110 101010 101011

Color Harmonies of #9B4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4074

Black with #9B4074

Text Example


Text Example

White with #9B4074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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