Html Css Color HEX #AF3059 Rouge

📋 copy color: '#AF3059'

red 175 ◦ green 48 ◦ blue 89

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

Shades of Rouge #AF3059

Tints of Rouge #AF3059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 56.09%
G = 15.38%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF3059 (or 0xAF3059) is known color: Rouge. HEX triplet: AF, 30 and 59. RGB value is (175,48,89). Sum of RGB (Red+Green+Blue) = 175+48+89=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3059 is #50CFA6. Grayscale: #5A5A5A. Windows color (decimal): -5296039 or 5845167. OLE color: 5845167.

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

Color convert

RGB 175 48 89 -
CMYK 0 0.73 0.49 0.31
HSL 340.63º 0.57% 0.44% -
HSV(B) 340.63º 0.73% 0.69% -
XYZ 20.54 11.95 10.68 -
YUV 90.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 175 48 89 0 0.73 0.49 0.31 340.63 0.57 0.44
Hex AF 30 59 0 49 31 1F 155 39 2C
Octal 257 60 131 0 111 61 37 525 71 54
Binary 10101111 110000 1011001 0 1001001 110001 11111 101010101 111001 101100

Color Harmonies of #AF3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3059

Black with #AF3059

Text Example


Text Example

White with #AF3059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3059; }

 p { color: rgb(175,48,89); }

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

background-color css

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

 a { background-color: rgb(175,48,89); }

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

border-color css

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

 span { border-color: rgb(175,48,89); }

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