Html Css Color HEX #A13861 Rouge

📋 copy color: '#A13861'

red 161 ◦ green 56 ◦ blue 97

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

Shades of Rouge #A13861

Tints of Rouge #A13861

RGB

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

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

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

R = 51.27%
G = 17.83%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A13861 (or 0xA13861) is known color: Rouge. HEX triplet: A1, 38 and 61. RGB value is (161,56,97). Sum of RGB (Red+Green+Blue) = 161+56+97=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A13861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13861 is #5EC79E. Grayscale: #5C5C5C. Windows color (decimal): -6211487 or 6371489. OLE color: 6371489.

HSL color Cylindrical-coordinate representation of color #A13861: hue angle of 336.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13861 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 56 97 -
CMYK 0 0.65 0.40 0.37
HSL 336.57º 0.48% 0.43% -
HSV(B) 336.57º 0.65% 0.63% -
XYZ 18.27 11.27 12.52 -
YUV 92.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 161 56 97 0 0.65 0.40 0.37 336.57 0.48 0.43
Hex A1 38 61 0 41 28 25 151 30 2B
Octal 241 70 141 0 101 50 45 521 60 53
Binary 10100001 111000 1100001 0 1000001 101000 100101 101010001 110000 101011

Color Harmonies of #A13861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13861

Black with #A13861

Text Example


Text Example

White with #A13861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13861; }

 p { color: rgb(161,56,97); }

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

background-color css

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

 a { background-color: rgb(161,56,97); }

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

border-color css

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

 span { border-color: rgb(161,56,97); }

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