Html Css Color HEX #A4365D Rouge

📋 copy color: '#A4365D'

red 164 ◦ green 54 ◦ blue 93

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

Shades of Rouge #A4365D

Tints of Rouge #A4365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

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

R = 52.73%
G = 17.36%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4365D (or 0xA4365D) is known color: Rouge. HEX triplet: A4, 36 and 5D. RGB value is (164,54,93). Sum of RGB (Red+Green+Blue) = 164+54+93=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4365D is #5BC9A2. Grayscale: #5B5B5B. Windows color (decimal): -6015395 or 6108836. OLE color: 6108836.

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

Color convert

RGB 164 54 93 -
CMYK 0 0.67 0.43 0.36
HSL 338.73º 0.5% 0.43% -
HSV(B) 338.73º 0.67% 0.64% -
XYZ 18.6 11.32 11.56 -
YUV 91.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 164 54 93 0 0.67 0.43 0.36 338.73 0.5 0.43
Hex A4 36 5D 0 43 2B 24 153 32 2B
Octal 244 66 135 0 103 53 44 523 62 53
Binary 10100100 110110 1011101 0 1000011 101011 100100 101010011 110010 101011

Color Harmonies of #A4365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4365D

Black with #A4365D

Text Example


Text Example

White with #A4365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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