Html Css Color HEX #AF325D Rouge

📋 copy color: '#AF325D'

red 175 ◦ green 50 ◦ blue 93

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

Shades of Rouge #AF325D

Tints of Rouge #AF325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

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

R = 55.03%
G = 15.72%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF325D (or 0xAF325D) is known color: Rouge. HEX triplet: AF, 32 and 5D. RGB value is (175,50,93). Sum of RGB (Red+Green+Blue) = 175+50+93=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF325D is #50CDA2. Grayscale: #5C5C5C. Windows color (decimal): -5295523 or 6107823. OLE color: 6107823.

HSL color Cylindrical-coordinate representation of color #AF325D: hue angle of 339.36º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF325D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 93 -
CMYK 0 0.71 0.47 0.31
HSL 339.36º 0.56% 0.44% -
HSV(B) 339.36º 0.71% 0.69% -
XYZ 20.8 12.19 11.61 -
YUV 92.28 128.41 187 -
System Red Green Blue C M Y K H S L
Decimal 175 50 93 0 0.71 0.47 0.31 339.36 0.56 0.44
Hex AF 32 5D 0 47 2F 1F 153 38 2C
Octal 257 62 135 0 107 57 37 523 70 54
Binary 10101111 110010 1011101 0 1000111 101111 11111 101010011 111000 101100

Color Harmonies of #AF325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF325D

Black with #AF325D

Text Example


Text Example

White with #AF325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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