Html Css Color HEX #9B4274 Rouge

📋 copy color: '#9B4274'

red 155 ◦ green 66 ◦ blue 116

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

Shades of Rouge #9B4274

Tints of Rouge #9B4274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

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

R = 45.99%
G = 19.58%
B = 34.42%

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

#9B4274 (or 0x9B4274) is known color: Rouge. HEX triplet: 9B, 42 and 74. RGB value is (155,66,116). Sum of RGB (Red+Green+Blue) = 155+66+116=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4274 is #64BD8B. Grayscale: #626262. Windows color (decimal): -6602124 or 7619227. OLE color: 7619227.

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

Color convert

RGB 155 66 116 -
CMYK 0 0.57 0.25 0.39
HSL 326.29º 0.4% 0.43% -
HSV(B) 326.29º 0.57% 0.61% -
XYZ 18.62 12.13 17.88 -
YUV 98.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 155 66 116 0 0.57 0.25 0.39 326.29 0.4 0.43
Hex 9B 42 74 0 39 19 27 146 28 2B
Octal 233 102 164 0 71 31 47 506 50 53
Binary 10011011 1000010 1110100 0 111001 11001 100111 101000110 101000 101011

Color Harmonies of #9B4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4274

Black with #9B4274

Text Example


Text Example

White with #9B4274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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