Html Css Color HEX #AF355B Rouge

📋 copy color: '#AF355B'

red 175 ◦ green 53 ◦ blue 91

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

Shades of Rouge #AF355B

Tints of Rouge #AF355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 54.86%
G = 16.61%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF355B (or 0xAF355B) is known color: Rouge. HEX triplet: AF, 35 and 5B. RGB value is (175,53,91). Sum of RGB (Red+Green+Blue) = 175+53+91=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF355B is #50CAA4. Grayscale: #5D5D5D. Windows color (decimal): -5294757 or 5977519. OLE color: 5977519.

HSL color Cylindrical-coordinate representation of color #AF355B: hue angle of 341.31º 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 #AF355B is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 91 -
CMYK 0 0.70 0.48 0.31
HSL 341.31º 0.54% 0.45% -
HSV(B) 341.31º 0.7% 0.69% -
XYZ 20.84 12.42 11.2 -
YUV 93.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 175 53 91 0 0.70 0.48 0.31 341.31 0.54 0.45
Hex AF 35 5B 0 46 30 1F 155 36 2D
Octal 257 65 133 0 106 60 37 525 66 55
Binary 10101111 110101 1011011 0 1000110 110000 11111 101010101 110110 101101

Color Harmonies of #AF355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF355B

Black with #AF355B

Text Example


Text Example

White with #AF355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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