Html Css Color HEX #A4335D Rouge

📋 copy color: '#A4335D'

red 164 ◦ green 51 ◦ blue 93

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

Shades of Rouge #A4335D

Tints of Rouge #A4335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 53.25%
G = 16.56%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4335D (or 0xA4335D) is known color: Rouge. HEX triplet: A4, 33 and 5D. RGB value is (164,51,93). Sum of RGB (Red+Green+Blue) = 164+51+93=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4335D is #5BCCA2. Grayscale: #595959. Windows color (decimal): -6016163 or 6108068. OLE color: 6108068.

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

Color convert

RGB 164 51 93 -
CMYK 0 0.69 0.43 0.36
HSL 337.7º 0.53% 0.42% -
HSV(B) 337.7º 0.69% 0.64% -
XYZ 18.47 11.05 11.52 -
YUV 89.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 164 51 93 0 0.69 0.43 0.36 337.7 0.53 0.42
Hex A4 33 5D 0 45 2B 24 152 35 2A
Octal 244 63 135 0 105 53 44 522 65 52
Binary 10100100 110011 1011101 0 1000101 101011 100100 101010010 110101 101010

Color Harmonies of #A4335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4335D

Black with #A4335D

Text Example


Text Example

White with #A4335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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