Html Css Color HEX #AF375A Rouge

📋 copy color: '#AF375A'

red 175 ◦ green 55 ◦ blue 90

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

Shades of Rouge #AF375A

Tints of Rouge #AF375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 54.69%
G = 17.19%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF375A (or 0xAF375A) is known color: Rouge. HEX triplet: AF, 37 and 5A. RGB value is (175,55,90). Sum of RGB (Red+Green+Blue) = 175+55+90=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF375A is #50C8A5. Grayscale: #5E5E5E. Windows color (decimal): -5294246 or 5912495. OLE color: 5912495.

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

Color convert

RGB 175 55 90 -
CMYK 0 0.69 0.49 0.31
HSL 342.5º 0.52% 0.45% -
HSV(B) 342.5º 0.69% 0.69% -
XYZ 20.89 12.58 11 -
YUV 94.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 175 55 90 0 0.69 0.49 0.31 342.5 0.52 0.45
Hex AF 37 5A 0 45 31 1F 156 34 2D
Octal 257 67 132 0 105 61 37 526 64 55
Binary 10101111 110111 1011010 0 1000101 110001 11111 101010110 110100 101101

Color Harmonies of #AF375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF375A

Black with #AF375A

Text Example


Text Example

White with #AF375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF375A; }

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

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

background-color css

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

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

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

border-color css

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

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

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