Html Css Color HEX #A13373 Rouge

📋 copy color: '#A13373'

red 161 ◦ green 51 ◦ blue 115

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

Shades of Rouge #A13373

Tints of Rouge #A13373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 49.24%
G = 15.6%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A13373 (or 0xA13373) is known color: Rouge. HEX triplet: A1, 33 and 73. RGB value is (161,51,115). Sum of RGB (Red+Green+Blue) = 161+51+115=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A13373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13373 is #5ECC8C. Grayscale: #5B5B5B. Windows color (decimal): -6212749 or 7549857. OLE color: 7549857.

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

Color convert

RGB 161 51 115 -
CMYK 0 0.68 0.29 0.37
HSL 325.09º 0.52% 0.42% -
HSV(B) 325.09º 0.68% 0.63% -
XYZ 18.98 11.18 17.38 -
YUV 91.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 161 51 115 0 0.68 0.29 0.37 325.09 0.52 0.42
Hex A1 33 73 0 44 1D 25 145 34 2A
Octal 241 63 163 0 104 35 45 505 64 52
Binary 10100001 110011 1110011 0 1000100 11101 100101 101000101 110100 101010

Color Harmonies of #A13373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13373

Black with #A13373

Text Example


Text Example

White with #A13373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13373; }

 p { color: rgb(161,51,115); }

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

background-color css

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

 a { background-color: rgb(161,51,115); }

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

border-color css

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

 span { border-color: rgb(161,51,115); }

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