Html Css Color HEX #9A4E5A Vin Rouge

📋 copy color: '#9A4E5A'

red 154 ◦ green 78 ◦ blue 90

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

Shades of Vin Rouge #9A4E5A

Tints of Vin Rouge #9A4E5A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.22%

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 47.83%
G = 24.22%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A4E5A (or 0x9A4E5A) is known color: Vin Rouge. HEX triplet: 9A, 4E and 5A. RGB value is (154,78,90). Sum of RGB (Red+Green+Blue) = 154+78+90=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4E5A is #65B1A5. Grayscale: #666666. Windows color (decimal): -6664614 or 5918362. OLE color: 5918362.

HSL color Cylindrical-coordinate representation of color #9A4E5A: hue angle of 350.53º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A4E5A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 78 90 -
CMYK 0 0.49 0.42 0.40
HSL 350.53º 0.33% 0.45% -
HSV(B) 350.53º 0.49% 0.6% -
XYZ 17.9 13.06 11.25 -
YUV 102.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 154 78 90 0 0.49 0.42 0.40 350.53 0.33 0.45
Hex 9A 4E 5A 0 31 2A 28 15F 21 2D
Octal 232 116 132 0 61 52 50 537 41 55
Binary 10011010 1001110 1011010 0 110001 101010 101000 101011111 100001 101101

Color Harmonies of #9A4E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4E5A

Black with #9A4E5A

Text Example


Text Example

White with #9A4E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,78,90); }

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

background-color css

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

 a { background-color: rgb(154,78,90); }

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

border-color css

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

 span { border-color: rgb(154,78,90); }

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