Html Css Color HEX #A7355D Rouge

📋 copy color: '#A7355D'

red 167 ◦ green 53 ◦ blue 93

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

Shades of Rouge #A7355D

Tints of Rouge #A7355D

RGB

 RED value IS 167 (65.63% from 255) = 53.35%

 GREEN value IS 53 (21.09% from 255) = 16.93%

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

R = 53.35%
G = 16.93%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7355D (or 0xA7355D) is known color: Rouge. HEX triplet: A7, 35 and 5D. RGB value is (167,53,93). Sum of RGB (Red+Green+Blue) = 167+53+93=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7355D is #58CAA2. Grayscale: #5B5B5B. Windows color (decimal): -5819043 or 6108583. OLE color: 6108583.

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

Color convert

RGB 167 53 93 -
CMYK 0 0.68 0.44 0.35
HSL 338.95º 0.52% 0.43% -
HSV(B) 338.95º 0.68% 0.65% -
XYZ 19.19 11.55 11.57 -
YUV 91.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 167 53 93 0 0.68 0.44 0.35 338.95 0.52 0.43
Hex A7 35 5D 0 44 2C 23 153 34 2B
Octal 247 65 135 0 104 54 43 523 64 53
Binary 10100111 110101 1011101 0 1000100 101100 100011 101010011 110100 101011

Color Harmonies of #A7355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7355D

Black with #A7355D

Text Example


Text Example

White with #A7355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7355D; }

 p { color: rgb(167,53,93); }

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

background-color css

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

 a { background-color: rgb(167,53,93); }

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

border-color css

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

 span { border-color: rgb(167,53,93); }

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