Html Css Color HEX #AF275F Rouge

📋 copy color: '#AF275F'

red 175 ◦ green 39 ◦ blue 95

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

Shades of Rouge #AF275F

Tints of Rouge #AF275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 56.63%
G = 12.62%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF275F (or 0xAF275F) is known color: Rouge. HEX triplet: AF, 27 and 5F. RGB value is (175,39,95). Sum of RGB (Red+Green+Blue) = 175+39+95=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF275F is #50D8A0. Grayscale: #555555. Windows color (decimal): -5298337 or 6236079. OLE color: 6236079.

HSL color Cylindrical-coordinate representation of color #AF275F: hue angle of 335.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF275F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 95 -
CMYK 0 0.78 0.46 0.31
HSL 335.29º 0.64% 0.42% -
HSV(B) 335.29º 0.78% 0.69% -
XYZ 20.47 11.39 11.95 -
YUV 86.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 175 39 95 0 0.78 0.46 0.31 335.29 0.64 0.42
Hex AF 27 5F 0 4E 2E 1F 14F 40 2A
Octal 257 47 137 0 116 56 37 517 100 52
Binary 10101111 100111 1011111 0 1001110 101110 11111 101001111 1000000 101010

Color Harmonies of #AF275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF275F

Black with #AF275F

Text Example


Text Example

White with #AF275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF275F; }

 p { color: rgb(175,39,95); }

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

background-color css

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

 a { background-color: rgb(175,39,95); }

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

border-color css

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

 span { border-color: rgb(175,39,95); }

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