Html Css Color HEX #9B4375 Rouge

📋 copy color: '#9B4375'

red 155 ◦ green 67 ◦ blue 117

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

Shades of Rouge #9B4375

Tints of Rouge #9B4375

RGB

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

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

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

R = 45.72%
G = 19.76%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B4375 (or 0x9B4375) is known color: Rouge. HEX triplet: 9B, 43 and 75. RGB value is (155,67,117). Sum of RGB (Red+Green+Blue) = 155+67+117=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4375 is #64BC8A. Grayscale: #626262. Windows color (decimal): -6601867 or 7685019. OLE color: 7685019.

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

Color convert

RGB 155 67 117 -
CMYK 0 0.57 0.25 0.39
HSL 325.91º 0.4% 0.44% -
HSV(B) 325.91º 0.57% 0.61% -
XYZ 18.74 12.27 18.21 -
YUV 99.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 155 67 117 0 0.57 0.25 0.39 325.91 0.4 0.44
Hex 9B 43 75 0 39 19 27 146 28 2C
Octal 233 103 165 0 71 31 47 506 50 54
Binary 10011011 1000011 1110101 0 111001 11001 100111 101000110 101000 101100

Color Harmonies of #9B4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4375

Black with #9B4375

Text Example


Text Example

White with #9B4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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