Html Css Color HEX #9B3669 Rouge

📋 copy color: '#9B3669'

red 155 ◦ green 54 ◦ blue 105

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

Shades of Rouge #9B3669

Tints of Rouge #9B3669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 49.36%
G = 17.2%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B3669 (or 0x9B3669) is known color: Rouge. HEX triplet: 9B, 36 and 69. RGB value is (155,54,105). Sum of RGB (Red+Green+Blue) = 155+54+105=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3669 is #64C996. Grayscale: #595959. Windows color (decimal): -6605207 or 6895259. OLE color: 6895259.

HSL color Cylindrical-coordinate representation of color #9B3669: hue angle of 329.7º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3669 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 54 105 -
CMYK 0 0.65 0.32 0.39
HSL 329.7º 0.48% 0.41% -
HSV(B) 329.7º 0.65% 0.61% -
XYZ 17.39 10.63 14.5 -
YUV 90.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 155 54 105 0 0.65 0.32 0.39 329.7 0.48 0.41
Hex 9B 36 69 0 41 20 27 14A 30 29
Octal 233 66 151 0 101 40 47 512 60 51
Binary 10011011 110110 1101001 0 1000001 100000 100111 101001010 110000 101001

Color Harmonies of #9B3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3669

Black with #9B3669

Text Example


Text Example

White with #9B3669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,105); }

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

background-color css

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

 a { background-color: rgb(155,54,105); }

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

border-color css

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

 span { border-color: rgb(155,54,105); }

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