Html Css Color HEX #9B4075 Rouge

📋 copy color: '#9B4075'

red 155 ◦ green 64 ◦ blue 117

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

Shades of Rouge #9B4075

Tints of Rouge #9B4075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 46.13%
G = 19.05%
B = 34.82%

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

#9B4075 (or 0x9B4075) is known color: Rouge. HEX triplet: 9B, 40 and 75. RGB value is (155,64,117). Sum of RGB (Red+Green+Blue) = 155+64+117=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4075 is #64BF8A. Grayscale: #616161. Windows color (decimal): -6602635 or 7684251. OLE color: 7684251.

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

Color convert

RGB 155 64 117 -
CMYK 0 0.59 0.25 0.39
HSL 325.05º 0.42% 0.43% -
HSV(B) 325.05º 0.59% 0.61% -
XYZ 18.56 11.92 18.15 -
YUV 97.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 155 64 117 0 0.59 0.25 0.39 325.05 0.42 0.43
Hex 9B 40 75 0 3B 19 27 145 2A 2B
Octal 233 100 165 0 73 31 47 505 52 53
Binary 10011011 1000000 1110101 0 111011 11001 100111 101000101 101010 101011

Color Harmonies of #9B4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4075

Black with #9B4075

Text Example


Text Example

White with #9B4075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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