Html Css Color HEX #AF275D Rouge

📋 copy color: '#AF275D'

red 175 ◦ green 39 ◦ blue 93

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

Shades of Rouge #AF275D

Tints of Rouge #AF275D

RGB

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

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

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

R = 57%
G = 12.7%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF275D (or 0xAF275D) is known color: Rouge. HEX triplet: AF, 27 and 5D. RGB value is (175,39,93). Sum of RGB (Red+Green+Blue) = 175+39+93=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF275D is #50D8A2. Grayscale: #555555. Windows color (decimal): -5298339 or 6105007. OLE color: 6105007.

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

Color convert

RGB 175 39 93 -
CMYK 0 0.78 0.47 0.31
HSL 336.18º 0.64% 0.42% -
HSV(B) 336.18º 0.78% 0.69% -
XYZ 20.38 11.36 11.47 -
YUV 85.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 175 39 93 0 0.78 0.47 0.31 336.18 0.64 0.42
Hex AF 27 5D 0 4E 2F 1F 150 40 2A
Octal 257 47 135 0 116 57 37 520 100 52
Binary 10101111 100111 1011101 0 1001110 101111 11111 101010000 1000000 101010

Color Harmonies of #AF275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF275D

Black with #AF275D

Text Example


Text Example

White with #AF275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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