Html Css Color HEX #A4405F Rouge

📋 copy color: '#A4405F'

red 164 ◦ green 64 ◦ blue 95

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

Shades of Rouge #A4405F

Tints of Rouge #A4405F

RGB

 RED value IS 164 (64.45% from 255) = 50.77%

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 50.77%
G = 19.81%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4405F (or 0xA4405F) is known color: Rouge. HEX triplet: A4, 40 and 5F. RGB value is (164,64,95). Sum of RGB (Red+Green+Blue) = 164+64+95=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4405F is #5BBFA0. Grayscale: #616161. Windows color (decimal): -6012833 or 6242468. OLE color: 6242468.

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

Color convert

RGB 164 64 95 -
CMYK 0 0.61 0.42 0.36
HSL 341.4º 0.44% 0.45% -
HSV(B) 341.4º 0.61% 0.64% -
XYZ 19.21 12.39 12.2 -
YUV 97.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 164 64 95 0 0.61 0.42 0.36 341.4 0.44 0.45
Hex A4 40 5F 0 3D 2A 24 155 2C 2D
Octal 244 100 137 0 75 52 44 525 54 55
Binary 10100100 1000000 1011111 0 111101 101010 100100 101010101 101100 101101

Color Harmonies of #A4405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4405F

Black with #A4405F

Text Example


Text Example

White with #A4405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4405F; }

 p { color: rgb(164,64,95); }

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

background-color css

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

 a { background-color: rgb(164,64,95); }

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

border-color css

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

 span { border-color: rgb(164,64,95); }

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