Html Css Color HEX #A13765 Rouge

📋 copy color: '#A13765'

red 161 ◦ green 55 ◦ blue 101

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

Shades of Rouge #A13765

Tints of Rouge #A13765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 50.79%
G = 17.35%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A13765 (or 0xA13765) is known color: Rouge. HEX triplet: A1, 37 and 65. RGB value is (161,55,101). Sum of RGB (Red+Green+Blue) = 161+55+101=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A13765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13765 is #5EC89A. Grayscale: #5B5B5B. Windows color (decimal): -6211739 or 6633377. OLE color: 6633377.

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

Color convert

RGB 161 55 101 -
CMYK 0 0.66 0.37 0.37
HSL 333.96º 0.49% 0.42% -
HSV(B) 333.96º 0.66% 0.63% -
XYZ 18.41 11.25 13.51 -
YUV 91.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 161 55 101 0 0.66 0.37 0.37 333.96 0.49 0.42
Hex A1 37 65 0 42 25 25 14E 31 2A
Octal 241 67 145 0 102 45 45 516 61 52
Binary 10100001 110111 1100101 0 1000010 100101 100101 101001110 110001 101010

Color Harmonies of #A13765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13765

Black with #A13765

Text Example


Text Example

White with #A13765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13765; }

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

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

background-color css

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

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

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

border-color css

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

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

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