Html Css Color HEX #9A426F Rouge

📋 copy color: '#9A426F'

red 154 ◦ green 66 ◦ blue 111

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

Shades of Rouge #9A426F

Tints of Rouge #9A426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 46.53%
G = 19.94%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A426F (or 0x9A426F) is known color: Rouge. HEX triplet: 9A, 42 and 6F. RGB value is (154,66,111). Sum of RGB (Red+Green+Blue) = 154+66+111=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A426F is #65BD90. Grayscale: #616161. Windows color (decimal): -6667665 or 7291546. OLE color: 7291546.

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

Color convert

RGB 154 66 111 -
CMYK 0 0.57 0.28 0.40
HSL 329.32º 0.4% 0.43% -
HSV(B) 329.32º 0.57% 0.6% -
XYZ 18.14 11.91 16.38 -
YUV 97.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 154 66 111 0 0.57 0.28 0.40 329.32 0.4 0.43
Hex 9A 42 6F 0 39 1C 28 149 28 2B
Octal 232 102 157 0 71 34 50 511 50 53
Binary 10011010 1000010 1101111 0 111001 11100 101000 101001001 101000 101011

Color Harmonies of #9A426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A426F

Black with #9A426F

Text Example


Text Example

White with #9A426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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