Html Css Color HEX #AF375C Rouge

📋 copy color: '#AF375C'

red 175 ◦ green 55 ◦ blue 92

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

Shades of Rouge #AF375C

Tints of Rouge #AF375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 54.35%
G = 17.08%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF375C (or 0xAF375C) is known color: Rouge. HEX triplet: AF, 37 and 5C. RGB value is (175,55,92). Sum of RGB (Red+Green+Blue) = 175+55+92=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF375C is #50C8A3. Grayscale: #5F5F5F. Windows color (decimal): -5294244 or 6043567. OLE color: 6043567.

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

Color convert

RGB 175 55 92 -
CMYK 0 0.69 0.47 0.31
HSL 341.5º 0.52% 0.45% -
HSV(B) 341.5º 0.69% 0.69% -
XYZ 20.98 12.62 11.46 -
YUV 95.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 175 55 92 0 0.69 0.47 0.31 341.5 0.52 0.45
Hex AF 37 5C 0 45 2F 1F 156 34 2D
Octal 257 67 134 0 105 57 37 526 64 55
Binary 10101111 110111 1011100 0 1000101 101111 11111 101010110 110100 101101

Color Harmonies of #AF375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF375C

Black with #AF375C

Text Example


Text Example

White with #AF375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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