Html Css Color HEX #A1415F Rouge

📋 copy color: '#A1415F'

red 161 ◦ green 65 ◦ blue 95

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

Shades of Rouge #A1415F

Tints of Rouge #A1415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 50.16%
G = 20.25%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1415F (or 0xA1415F) is known color: Rouge. HEX triplet: A1, 41 and 5F. RGB value is (161,65,95). Sum of RGB (Red+Green+Blue) = 161+65+95=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1415F is #5EBEA0. Grayscale: #616161. Windows color (decimal): -6209185 or 6242721. OLE color: 6242721.

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

Color convert

RGB 161 65 95 -
CMYK 0 0.60 0.41 0.37
HSL 341.25º 0.42% 0.44% -
HSV(B) 341.25º 0.6% 0.63% -
XYZ 18.65 12.18 12.2 -
YUV 97.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 161 65 95 0 0.60 0.41 0.37 341.25 0.42 0.44
Hex A1 41 5F 0 3C 29 25 155 2A 2C
Octal 241 101 137 0 74 51 45 525 52 54
Binary 10100001 1000001 1011111 0 111100 101001 100101 101010101 101010 101100

Color Harmonies of #A1415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1415F

Black with #A1415F

Text Example


Text Example

White with #A1415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1415F; }

 p { color: rgb(161,65,95); }

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

background-color css

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

 a { background-color: rgb(161,65,95); }

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

border-color css

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

 span { border-color: rgb(161,65,95); }

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