Html Css Color HEX #A5415F Rouge

📋 copy color: '#A5415F'

red 165 ◦ green 65 ◦ blue 95

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

Shades of Rouge #A5415F

Tints of Rouge #A5415F

RGB

 RED value IS 165 (64.84% from 255) = 50.77%

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

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

R = 50.77%
G = 20%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5415F (or 0xA5415F) is known color: Rouge. HEX triplet: A5, 41 and 5F. RGB value is (165,65,95). Sum of RGB (Red+Green+Blue) = 165+65+95=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5415F is #5ABEA0. Grayscale: #626262. Windows color (decimal): -5947041 or 6242725. OLE color: 6242725.

HSL color Cylindrical-coordinate representation of color #A5415F: hue angle of 342º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5415F is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 65 95 -
CMYK 0 0.61 0.42 0.35
HSL 342º 0.43% 0.45% -
HSV(B) 342º 0.61% 0.65% -
XYZ 19.47 12.61 12.23 -
YUV 98.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 165 65 95 0 0.61 0.42 0.35 342 0.43 0.45
Hex A5 41 5F 0 3D 2A 23 156 2B 2D
Octal 245 101 137 0 75 52 43 526 53 55
Binary 10100101 1000001 1011111 0 111101 101010 100011 101010110 101011 101101

Color Harmonies of #A5415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5415F

Black with #A5415F

Text Example


Text Example

White with #A5415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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