Html Css Color HEX #9A386A Rouge

📋 copy color: '#9A386A'

red 154 ◦ green 56 ◦ blue 106

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

Shades of Rouge #9A386A

Tints of Rouge #9A386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 48.73%
G = 17.72%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A386A (or 0x9A386A) is known color: Rouge. HEX triplet: 9A, 38 and 6A. RGB value is (154,56,106). Sum of RGB (Red+Green+Blue) = 154+56+106=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A386A is #65C795. Grayscale: #5A5A5A. Windows color (decimal): -6670230 or 6961306. OLE color: 6961306.

HSL color Cylindrical-coordinate representation of color #9A386A: hue angle of 329.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A386A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 56 106 -
CMYK 0 0.64 0.31 0.40
HSL 329.39º 0.47% 0.41% -
HSV(B) 329.39º 0.64% 0.6% -
XYZ 17.34 10.74 14.79 -
YUV 91 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 154 56 106 0 0.64 0.31 0.40 329.39 0.47 0.41
Hex 9A 38 6A 0 40 1F 28 149 2F 29
Octal 232 70 152 0 100 37 50 511 57 51
Binary 10011010 111000 1101010 0 1000000 11111 101000 101001001 101111 101001

Color Harmonies of #9A386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A386A

Black with #9A386A

Text Example


Text Example

White with #9A386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,56,106); }

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

background-color css

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

 a { background-color: rgb(154,56,106); }

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

border-color css

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

 span { border-color: rgb(154,56,106); }

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