Html Css Color HEX #9A4272 Rouge

📋 copy color: '#9A4272'

red 154 ◦ green 66 ◦ blue 114

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

Shades of Rouge #9A4272

Tints of Rouge #9A4272

RGB

 RED value IS 154 (60.55% from 255) = 46.11%

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

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 46.11%
G = 19.76%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A4272 (or 0x9A4272) is known color: Rouge. HEX triplet: 9A, 42 and 72. RGB value is (154,66,114). Sum of RGB (Red+Green+Blue) = 154+66+114=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4272 is #65BD8D. Grayscale: #616161. Windows color (decimal): -6667662 or 7488154. OLE color: 7488154.

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

Color convert

RGB 154 66 114 -
CMYK 0 0.57 0.26 0.40
HSL 327.27º 0.4% 0.43% -
HSV(B) 327.27º 0.57% 0.6% -
XYZ 18.31 11.98 17.27 -
YUV 97.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 154 66 114 0 0.57 0.26 0.40 327.27 0.4 0.43
Hex 9A 42 72 0 39 1A 28 147 28 2B
Octal 232 102 162 0 71 32 50 507 50 53
Binary 10011010 1000010 1110010 0 111001 11010 101000 101000111 101000 101011

Color Harmonies of #9A4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4272

Black with #9A4272

Text Example


Text Example

White with #9A4272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,66,114); }

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

background-color css

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

 a { background-color: rgb(154,66,114); }

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

border-color css

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

 span { border-color: rgb(154,66,114); }

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