Html Css Color HEX #A13365 Rouge

📋 copy color: '#A13365'

red 161 ◦ green 51 ◦ blue 101

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

Shades of Rouge #A13365

Tints of Rouge #A13365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 51.44%
G = 16.29%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A13365 (or 0xA13365) is known color: Rouge. HEX triplet: A1, 33 and 65. RGB value is (161,51,101). Sum of RGB (Red+Green+Blue) = 161+51+101=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A13365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13365 is #5ECC9A. Grayscale: #595959. Windows color (decimal): -6212763 or 6632353. OLE color: 6632353.

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

Color convert

RGB 161 51 101 -
CMYK 0 0.68 0.37 0.37
HSL 332.73º 0.52% 0.42% -
HSV(B) 332.73º 0.68% 0.63% -
XYZ 18.23 10.88 13.45 -
YUV 89.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 161 51 101 0 0.68 0.37 0.37 332.73 0.52 0.42
Hex A1 33 65 0 44 25 25 14D 34 2A
Octal 241 63 145 0 104 45 45 515 64 52
Binary 10100001 110011 1100101 0 1000100 100101 100101 101001101 110100 101010

Color Harmonies of #A13365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13365

Black with #A13365

Text Example


Text Example

White with #A13365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13365; }

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

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

background-color css

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

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

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

border-color css

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

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

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