Html Css Color HEX #A13D75 Rouge

📋 copy color: '#A13D75'

red 161 ◦ green 61 ◦ blue 117

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

Shades of Rouge #A13D75

Tints of Rouge #A13D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.99%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 47.49%
G = 17.99%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A13D75 (or 0xA13D75) is known color: Rouge. HEX triplet: A1, 3D and 75. RGB value is (161,61,117). Sum of RGB (Red+Green+Blue) = 161+61+117=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D75 is #5EC28A. Grayscale: #616161. Windows color (decimal): -6210187 or 7683489. OLE color: 7683489.

HSL color Cylindrical-coordinate representation of color #A13D75: hue angle of 326.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D75 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 61 117 -
CMYK 0 0.62 0.27 0.37
HSL 326.4º 0.45% 0.44% -
HSV(B) 326.4º 0.62% 0.63% -
XYZ 19.58 12.2 18.15 -
YUV 97.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 161 61 117 0 0.62 0.27 0.37 326.4 0.45 0.44
Hex A1 3D 75 0 3E 1B 25 146 2D 2C
Octal 241 75 165 0 76 33 45 506 55 54
Binary 10100001 111101 1110101 0 111110 11011 100101 101000110 101101 101100

Color Harmonies of #A13D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D75

Black with #A13D75

Text Example


Text Example

White with #A13D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D75; }

 p { color: rgb(161,61,117); }

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

background-color css

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

 a { background-color: rgb(161,61,117); }

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

border-color css

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

 span { border-color: rgb(161,61,117); }

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