Html Css Color HEX #A4345D Rouge

📋 copy color: '#A4345D'

red 164 ◦ green 52 ◦ blue 93

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

Shades of Rouge #A4345D

Tints of Rouge #A4345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 53.07%
G = 16.83%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4345D (or 0xA4345D) is known color: Rouge. HEX triplet: A4, 34 and 5D. RGB value is (164,52,93). Sum of RGB (Red+Green+Blue) = 164+52+93=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4345D is #5BCBA2. Grayscale: #5A5A5A. Windows color (decimal): -6015907 or 6108324. OLE color: 6108324.

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

Color convert

RGB 164 52 93 -
CMYK 0 0.68 0.43 0.36
HSL 338.04º 0.52% 0.42% -
HSV(B) 338.04º 0.68% 0.64% -
XYZ 18.51 11.14 11.53 -
YUV 90.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 164 52 93 0 0.68 0.43 0.36 338.04 0.52 0.42
Hex A4 34 5D 0 44 2B 24 152 34 2A
Octal 244 64 135 0 104 53 44 522 64 52
Binary 10100100 110100 1011101 0 1000100 101011 100100 101010010 110100 101010

Color Harmonies of #A4345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4345D

Black with #A4345D

Text Example


Text Example

White with #A4345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4345D; }

 p { color: rgb(164,52,93); }

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

background-color css

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

 a { background-color: rgb(164,52,93); }

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

border-color css

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

 span { border-color: rgb(164,52,93); }

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