Html Css Color HEX #AF375B Rouge

📋 copy color: '#AF375B'

red 175 ◦ green 55 ◦ blue 91

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

Shades of Rouge #AF375B

Tints of Rouge #AF375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 54.52%
G = 17.13%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF375B (or 0xAF375B) is known color: Rouge. HEX triplet: AF, 37 and 5B. RGB value is (175,55,91). Sum of RGB (Red+Green+Blue) = 175+55+91=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF375B is #50C8A4. Grayscale: #5E5E5E. Windows color (decimal): -5294245 or 5978031. OLE color: 5978031.

HSL color Cylindrical-coordinate representation of color #AF375B: hue angle of 342º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF375B is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 91 -
CMYK 0 0.69 0.48 0.31
HSL 342º 0.52% 0.45% -
HSV(B) 342º 0.69% 0.69% -
XYZ 20.93 12.6 11.23 -
YUV 94.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 175 55 91 0 0.69 0.48 0.31 342 0.52 0.45
Hex AF 37 5B 0 45 30 1F 156 34 2D
Octal 257 67 133 0 105 60 37 526 64 55
Binary 10101111 110111 1011011 0 1000101 110000 11111 101010110 110100 101101

Color Harmonies of #AF375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF375B

Black with #AF375B

Text Example


Text Example

White with #AF375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF375B; }

 p { color: rgb(175,55,91); }

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

background-color css

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

 a { background-color: rgb(175,55,91); }

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

border-color css

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

 span { border-color: rgb(175,55,91); }

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