Html Css Color HEX #AF376F Rouge

📋 copy color: '#AF376F'

red 175 ◦ green 55 ◦ blue 111

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

Shades of Rouge #AF376F

Tints of Rouge #AF376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 51.32%
G = 16.13%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF376F (or 0xAF376F) is known color: Rouge. HEX triplet: AF, 37 and 6F. RGB value is (175,55,111). Sum of RGB (Red+Green+Blue) = 175+55+111=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF376F is #50C890. Grayscale: #616161. Windows color (decimal): -5294225 or 7288751. OLE color: 7288751.

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

Color convert

RGB 175 55 111 -
CMYK 0 0.69 0.37 0.31
HSL 332º 0.52% 0.45% -
HSV(B) 332º 0.69% 0.69% -
XYZ 21.91 12.99 16.39 -
YUV 97.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 175 55 111 0 0.69 0.37 0.31 332 0.52 0.45
Hex AF 37 6F 0 45 25 1F 14C 34 2D
Octal 257 67 157 0 105 45 37 514 64 55
Binary 10101111 110111 1101111 0 1000101 100101 11111 101001100 110100 101101

Color Harmonies of #AF376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF376F

Black with #AF376F

Text Example


Text Example

White with #AF376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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