Html Css Color HEX #A13863 Rouge

📋 copy color: '#A13863'

red 161 ◦ green 56 ◦ blue 99

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

Shades of Rouge #A13863

Tints of Rouge #A13863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.33%

R = 50.95%
G = 17.72%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A13863 (or 0xA13863) is known color: Rouge. HEX triplet: A1, 38 and 63. RGB value is (161,56,99). Sum of RGB (Red+Green+Blue) = 161+56+99=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13863 is #5EC79C. Grayscale: #5C5C5C. Windows color (decimal): -6211485 or 6502561. OLE color: 6502561.

HSL color Cylindrical-coordinate representation of color #A13863: hue angle of 335.43º 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 #A13863 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 56 99 -
CMYK 0 0.65 0.39 0.37
HSL 335.43º 0.48% 0.43% -
HSV(B) 335.43º 0.65% 0.63% -
XYZ 18.36 11.31 13.02 -
YUV 92.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 161 56 99 0 0.65 0.39 0.37 335.43 0.48 0.43
Hex A1 38 63 0 41 27 25 14F 30 2B
Octal 241 70 143 0 101 47 45 517 60 53
Binary 10100001 111000 1100011 0 1000001 100111 100101 101001111 110000 101011

Color Harmonies of #A13863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13863

Black with #A13863

Text Example


Text Example

White with #A13863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13863; }

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

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

background-color css

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

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

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

border-color css

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

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

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