Html Css Color HEX #AF355D Rouge

📋 copy color: '#AF355D'

red 175 ◦ green 53 ◦ blue 93

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

Shades of Rouge #AF355D

Tints of Rouge #AF355D

RGB

 RED value IS 175 (68.75% from 255) = 54.52%

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

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

R = 54.52%
G = 16.51%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF355D (or 0xAF355D) is known color: Rouge. HEX triplet: AF, 35 and 5D. RGB value is (175,53,93). Sum of RGB (Red+Green+Blue) = 175+53+93=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF355D is #50CAA2. Grayscale: #5E5E5E. Windows color (decimal): -5294755 or 6108591. OLE color: 6108591.

HSL color Cylindrical-coordinate representation of color #AF355D: hue angle of 340.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF355D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 93 -
CMYK 0 0.70 0.47 0.31
HSL 340.33º 0.54% 0.45% -
HSV(B) 340.33º 0.7% 0.69% -
XYZ 20.93 12.45 11.66 -
YUV 94.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 175 53 93 0 0.70 0.47 0.31 340.33 0.54 0.45
Hex AF 35 5D 0 46 2F 1F 154 36 2D
Octal 257 65 135 0 106 57 37 524 66 55
Binary 10101111 110101 1011101 0 1000110 101111 11111 101010100 110110 101101

Color Harmonies of #AF355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF355D

Black with #AF355D

Text Example


Text Example

White with #AF355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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