Html Css Color HEX #A13562 Rouge

📋 copy color: '#A13562'

red 161 ◦ green 53 ◦ blue 98

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

Shades of Rouge #A13562

Tints of Rouge #A13562

RGB

 RED value IS 161 (63.28% from 255) = 51.6%

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 51.6%
G = 16.99%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A13562 (or 0xA13562) is known color: Rouge. HEX triplet: A1, 35 and 62. RGB value is (161,53,98). Sum of RGB (Red+Green+Blue) = 161+53+98=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A13562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13562 is #5ECA9D. Grayscale: #5A5A5A. Windows color (decimal): -6212254 or 6436257. OLE color: 6436257.

HSL color Cylindrical-coordinate representation of color #A13562: hue angle of 335º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13562 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 53 98 -
CMYK 0 0.67 0.39 0.37
HSL 335º 0.5% 0.42% -
HSV(B) 335º 0.67% 0.63% -
XYZ 18.18 11.01 12.72 -
YUV 90.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 161 53 98 0 0.67 0.39 0.37 335 0.5 0.42
Hex A1 35 62 0 43 27 25 14F 32 2A
Octal 241 65 142 0 103 47 45 517 62 52
Binary 10100001 110101 1100010 0 1000011 100111 100101 101001111 110010 101010

Color Harmonies of #A13562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13562

Black with #A13562

Text Example


Text Example

White with #A13562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13562; }

 p { color: rgb(161,53,98); }

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

background-color css

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

 a { background-color: rgb(161,53,98); }

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

border-color css

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

 span { border-color: rgb(161,53,98); }

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