Html Css Color HEX #A13769 Rouge

📋 copy color: '#A13769'

red 161 ◦ green 55 ◦ blue 105

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

Shades of Rouge #A13769

Tints of Rouge #A13769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 50.16%
G = 17.13%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A13769 (or 0xA13769) is known color: Rouge. HEX triplet: A1, 37 and 69. RGB value is (161,55,105). Sum of RGB (Red+Green+Blue) = 161+55+105=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A13769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13769 is #5EC896. Grayscale: #5C5C5C. Windows color (decimal): -6211735 or 6895521. OLE color: 6895521.

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

Color convert

RGB 161 55 105 -
CMYK 0 0.66 0.35 0.37
HSL 331.7º 0.49% 0.42% -
HSV(B) 331.7º 0.66% 0.63% -
XYZ 18.61 11.33 14.57 -
YUV 92.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 161 55 105 0 0.66 0.35 0.37 331.7 0.49 0.42
Hex A1 37 69 0 42 23 25 14C 31 2A
Octal 241 67 151 0 102 43 45 514 61 52
Binary 10100001 110111 1101001 0 1000010 100011 100101 101001100 110001 101010

Color Harmonies of #A13769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13769

Black with #A13769

Text Example


Text Example

White with #A13769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13769; }

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

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

background-color css

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

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

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

border-color css

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

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

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