Html Css Color HEX #AF3E3F Mahogany

📋 copy color: '#AF3E3F'

red 175 ◦ green 62 ◦ blue 63

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

Shades of Mahogany #AF3E3F

Tints of Mahogany #AF3E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

 BLUE value IS 63 (25% from 255) = 21%

R = 58.33%
G = 20.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF3E3F (or 0xAF3E3F) is known color: Mahogany. HEX triplet: AF, 3E and 3F. RGB value is (175,62,63). Sum of RGB (Red+Green+Blue) = 175+62+63=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E3F is #50C1C0. Grayscale: #606060. Windows color (decimal): -5292481 or 4144815. OLE color: 4144815.

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

Color convert

RGB 175 62 63 -
CMYK 0 0.65 0.64 0.31
HSL 359.47º 0.48% 0.46% -
HSV(B) 359.47º 0.65% 0.69% -
XYZ 20.3 12.92 6.13 -
YUV 95.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 175 62 63 0 0.65 0.64 0.31 359.47 0.48 0.46
Hex AF 3E 3F 0 41 40 1F 167 30 2E
Octal 257 76 77 0 101 100 37 547 60 56
Binary 10101111 111110 111111 0 1000001 1000000 11111 101100111 110000 101110

Color Harmonies of #AF3E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E3F

Black with #AF3E3F

Text Example


Text Example

White with #AF3E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E3F; }

 p { color: rgb(175,62,63); }

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

background-color css

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

 a { background-color: rgb(175,62,63); }

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

border-color css

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

 span { border-color: rgb(175,62,63); }

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