Html Css Color HEX #A25961 Vin Rouge

📋 copy color: '#A25961'

red 162 ◦ green 89 ◦ blue 97

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

Shades of Vin Rouge #A25961

Tints of Vin Rouge #A25961

RGB

 RED value IS 162 (63.67% from 255) = 46.55%

 GREEN value IS 89 (35.16% from 255) = 25.57%

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

R = 46.55%
G = 25.57%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A25961 (or 0xA25961) is known color: Vin Rouge. HEX triplet: A2, 59 and 61. RGB value is (162,89,97). Sum of RGB (Red+Green+Blue) = 162+89+97=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A25961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25961 is #5DA69E. Grayscale: #6F6F6F. Windows color (decimal): -6137503 or 6379938. OLE color: 6379938.

HSL color Cylindrical-coordinate representation of color #A25961: hue angle of 353.42º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25961 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 97 -
CMYK 0 0.45 0.40 0.36
HSL 353.42º 0.29% 0.49% -
HSV(B) 353.42º 0.45% 0.64% -
XYZ 20.63 15.69 13.25 -
YUV 111.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 162 89 97 0 0.45 0.40 0.36 353.42 0.29 0.49
Hex A2 59 61 0 2D 28 24 161 1D 31
Octal 242 131 141 0 55 50 44 541 35 61
Binary 10100010 1011001 1100001 0 101101 101000 100100 101100001 11101 110001

Color Harmonies of #A25961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25961

Black with #A25961

Text Example


Text Example

White with #A25961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25961; }

 p { color: rgb(162,89,97); }

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

background-color css

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

 a { background-color: rgb(162,89,97); }

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

border-color css

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

 span { border-color: rgb(162,89,97); }

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