Html Css Color HEX #AF275E Rouge

📋 copy color: '#AF275E'

red 175 ◦ green 39 ◦ blue 94

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

Shades of Rouge #AF275E

Tints of Rouge #AF275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 56.82%
G = 12.66%
B = 30.52%

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

#AF275E (or 0xAF275E) is known color: Rouge. HEX triplet: AF, 27 and 5E. RGB value is (175,39,94). Sum of RGB (Red+Green+Blue) = 175+39+94=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF275E is #50D8A1. Grayscale: #555555. Windows color (decimal): -5298338 or 6170543. OLE color: 6170543.

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

Color convert

RGB 175 39 94 -
CMYK 0 0.78 0.46 0.31
HSL 335.74º 0.64% 0.42% -
HSV(B) 335.74º 0.78% 0.69% -
XYZ 20.43 11.37 11.71 -
YUV 85.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 175 39 94 0 0.78 0.46 0.31 335.74 0.64 0.42
Hex AF 27 5E 0 4E 2E 1F 150 40 2A
Octal 257 47 136 0 116 56 37 520 100 52
Binary 10101111 100111 1011110 0 1001110 101110 11111 101010000 1000000 101010

Color Harmonies of #AF275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF275E

Black with #AF275E

Text Example


Text Example

White with #AF275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF275E; }

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

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

background-color css

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

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

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

border-color css

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

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

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