Html Css Color HEX #8A5A61 Vin Rouge

📋 copy color: '#8A5A61'

red 138 ◦ green 90 ◦ blue 97

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

Shades of Vin Rouge #8A5A61

Tints of Vin Rouge #8A5A61

RGB

 RED value IS 138 (54.3% from 255) = 42.46%

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 42.46%
G = 27.69%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A5A61 (or 0x8A5A61) is known color: Vin Rouge. HEX triplet: 8A, 5A and 61. RGB value is (138,90,97). Sum of RGB (Red+Green+Blue) = 138+90+97=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A61 is #75A59E. Grayscale: #696969. Windows color (decimal): -7710111 or 6380170. OLE color: 6380170.

HSL color Cylindrical-coordinate representation of color #8A5A61: hue angle of 351.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A5A61 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 90 97 -
CMYK 0 0.35 0.30 0.46
HSL 351.25º 0.21% 0.45% -
HSV(B) 351.25º 0.35% 0.54% -
XYZ 16.3 13.58 13.07 -
YUV 105.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 138 90 97 0 0.35 0.30 0.46 351.25 0.21 0.45
Hex 8A 5A 61 0 23 1E 2E 15F 15 2D
Octal 212 132 141 0 43 36 56 537 25 55
Binary 10001010 1011010 1100001 0 100011 11110 101110 101011111 10101 101101

Color Harmonies of #8A5A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5A61

Black with #8A5A61

Text Example


Text Example

White with #8A5A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5A61; }

 p { color: rgb(138,90,97); }

 H1.HeaderClassName
 {
   color: #8A5A61;
 }
 .AnyTagClassName
 {
   color: #8A5A61;
 }
</style>

background-color css

<style>
 a { background-color: #8A5A61; }

 a { background-color: rgb(138,90,97); }

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

border-color css

<style>
 span { border-color: #8A5A61; }

 span { border-color: rgb(138,90,97); }

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